Html Css Color HEX #64CFF6 Maya Blue

📋 copy color: '#64CFF6'

red 100 ◦ green 207 ◦ blue 246

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

Shades of Maya Blue #64CFF6

Tints of Maya Blue #64CFF6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.43%

 BLUE value IS 246 (96.48% from 255) = 44.48%

R = 18.08%
G = 37.43%
B = 44.48%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#64CFF6 (or 0x64CFF6) is known color: Maya Blue. HEX triplet: 64, CF and F6. RGB value is (100,207,246). Sum of RGB (Red+Green+Blue) = 100+207+246=553 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.08% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #64CFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CFF6 is #9B3009. Grayscale: #B3B3B3. Windows color (decimal): -10170378 or 16174948. OLE color: 16174948.

HSL color Cylindrical-coordinate representation of color #64CFF6: hue angle of 196.03º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64CFF6 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 207 246 -
CMYK 0.59 0.16 0 0.04
HSL 196.03º 0.89% 0.68% -
HSV(B) 196.03º 0.59% 0.96% -
XYZ 44.2 53.99 95.28 -
YUV 179.45 165.55 71.33 -
System Red Green Blue C M Y K H S L
Decimal 100 207 246 0.59 0.16 0 0.04 196.03 0.89 0.68
Hex 64 CF F6 3B 10 0 4 C4 59 44
Octal 144 317 366 73 20 0 4 304 131 104
Binary 1100100 11001111 11110110 111011 10000 0 100 11000100 1011001 1000100

Color Harmonies of #64CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CFF6

Black with #64CFF6

Text Example


Text Example

White with #64CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,207,246); }

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

background-color css

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

 a { background-color: rgb(100,207,246); }

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

border-color css

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

 span { border-color: rgb(100,207,246); }

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