Html Css Color HEX #64CAFF Maya Blue

📋 copy color: '#64CAFF'

red 100 ◦ green 202 ◦ blue 255

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

Shades of Maya Blue #64CAFF

Tints of Maya Blue #64CAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.78%

R = 17.95%
G = 36.27%
B = 45.78%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64CAFF (or 0x64CAFF) is known color: Maya Blue. HEX triplet: 64, CA and FF. RGB value is (100,202,255). Sum of RGB (Red+Green+Blue) = 100+202+255=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #64CAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CAFF is #9B3500. Grayscale: #B1B1B1. Windows color (decimal): -10171649 or 16763492. OLE color: 16763492.

HSL color Cylindrical-coordinate representation of color #64CAFF: hue angle of 200.52º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64CAFF is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 202 255 -
CMYK 0.61 0.21 0 0
HSL 200.52º 1% 0.7% -
HSV(B) 200.52º 0.61% 1% -
XYZ 44.43 52.17 102.34 -
YUV 177.54 171.71 72.69 -
System Red Green Blue C M Y K H S L
Decimal 100 202 255 0.61 0.21 0 0 200.52 1 0.7
Hex 64 CA FF 3D 15 0 0 C9 64 46
Octal 144 312 377 75 25 0 0 311 144 106
Binary 1100100 11001010 11111111 111101 10101 0 0 11001001 1100100 1000110

Color Harmonies of #64CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CAFF

Black with #64CAFF

Text Example


Text Example

White with #64CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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