Html Css Color HEX #64CAF0 Maya Blue

📋 copy color: '#64CAF0'

red 100 ◦ green 202 ◦ blue 240

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

Shades of Maya Blue #64CAF0

Tints of Maya Blue #64CAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.28%

R = 18.45%
G = 37.27%
B = 44.28%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64CAF0 (or 0x64CAF0) is known color: Maya Blue. HEX triplet: 64, CA and F0. RGB value is (100,202,240). Sum of RGB (Red+Green+Blue) = 100+202+240=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #64CAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CAF0 is #9B350F. Grayscale: #AFAFAF. Windows color (decimal): -10171664 or 15780452. OLE color: 15780452.

HSL color Cylindrical-coordinate representation of color #64CAF0: hue angle of 196.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64CAF0 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 202 240 -
CMYK 0.58 0.16 0 0.06
HSL 196.29º 0.82% 0.67% -
HSV(B) 196.29º 0.58% 0.94% -
XYZ 42.1 51.24 90.11 -
YUV 175.83 164.21 73.91 -
System Red Green Blue C M Y K H S L
Decimal 100 202 240 0.58 0.16 0 0.06 196.29 0.82 0.67
Hex 64 CA F0 3A 10 0 6 C4 52 43
Octal 144 312 360 72 20 0 6 304 122 103
Binary 1100100 11001010 11110000 111010 10000 0 110 11000100 1010010 1000011

Color Harmonies of #64CAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CAF0

Black with #64CAF0

Text Example


Text Example

White with #64CAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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