#65ACFA

Color #65ACFA Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #65ACFA

Tints of Maya Blue #65ACFA

Color information

#65ACFA (or 0x65ACFA) is unknown color: approx Maya Blue. HEX triplet: 65, AC and FA. RGB value is (101,172,250). Sum of RGB (Red+Green+Blue) = 101+172+250=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #65ACFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ACFA is #9A5305. Grayscale: #9F9F9F. Windows color (decimal): -10113798 or 16428133. OLE color: 16428133.

HSL color Cylindrical-coordinate representation of color #65ACFA: hue angle of 211.41º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65ACFA is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101172250-
CMYK0.600.3100.02
HSL211.41º93.71%68.82%-
HSV(B)211.41º59.6%98.04%-
XYZ37.3739.1796.03-
YUV159.66178.9886.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 19.31%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=19.31%
G=32.89%
B=47.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011722500.600.3100.02211.4193.7168.82
Hex65ACFA3C1F02d35e45
Octal145254372743702323136105
Binary11001011010110011111010111100111110101101001110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65ACFA; }

 p { color: rgb(101,172,250); }

 H1.HeaderClassName
 {
   color: #65ACFA;
 }
 .AnyTagClassName
 {
   color: #65ACFA;
 }
</style>
background-color css

<style>
 a { background-color: #65ACFA; }

 a { background-color: rgb(101,172,250); }

 div.DivClassName
 {
   background-color: #65ACFA;
 }
 .BgClassName
 {
   background-color: #65ACFA;
 }
</style>
border-color css

<style>
 span { border-color: #65ACFA; }

 span { border-color: rgb(101,172,250); }

 td.TdClassName
 {
   border-color: #65ACFA;
 }
 .TagClassName
 {
   border-color: #65ACFA;
 }
</style>