Html Css Color HEX #64CAFA Maya Blue

📋 copy color: '#64CAFA'

red 100 ◦ green 202 ◦ blue 250

#64CAFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #64CAFA

Tints of Maya Blue #64CAFA

RGB

 RED value IS 100 (39.45% from 255) = 18.12%

 GREEN value IS 202 (79.3% from 255) = 36.59%

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 18.12%
G = 36.59%
B = 45.29%

CMYK

 C value IS 0.6

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64CAFA (or 0x64CAFA) is known color: Maya Blue. HEX triplet: 64, CA and FA. RGB value is (100,202,250). Sum of RGB (Red+Green+Blue) = 100+202+250=552 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.12% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #64CAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CAFA is #9B3505. Grayscale: #B0B0B0. Windows color (decimal): -10171654 or 16435812. OLE color: 16435812.

HSL color Cylindrical-coordinate representation of color #64CAFA: hue angle of 199.2º 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 #64CAFA is Cyan = 0.6, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 202 250 -
CMYK 0.6 0.19 0 0.02
HSL 199.2º 0.94% 0.69% -
HSV(B) 199.2º 0.6% 0.98% -
XYZ 43.63 51.85 98.15 -
YUV 176.97 169.21 73.1 -
System Red Green Blue C M Y K H S L
Decimal 100 202 250 0.6 0.19 0 0.02 199.2 0.94 0.69
Hex 64 CA FA 3C 13 0 2 C7 5E 45
Octal 144 312 372 74 23 0 2 307 136 105
Binary 1100100 11001010 11111010 111100 10011 0 10 11000111 1011110 1000101

Color Harmonies of #64CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CAFA

Black with #64CAFA

Text Example


Text Example

White with #64CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64CAFA; }

 p { color: rgb(100,202,250); }

 H1.HeaderClassName
 {
   color: #64CAFA;
 }
 .AnyTagClassName
 {
   color: #64CAFA;
 }
</style>

background-color css

<style>
 a { background-color: #64CAFA; }

 a { background-color: rgb(100,202,250); }

 div.DivClassName
 {
   background-color: #64CAFA;
 }
 .BgClassName
 {
   background-color: #64CAFA;
 }
</style>

border-color css

<style>
 span { border-color: #64CAFA; }

 span { border-color: rgb(100,202,250); }

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