Html Css Color HEX #64CEFE Maya Blue

📋 copy color: '#64CEFE'

red 100 ◦ green 206 ◦ blue 254

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

Shades of Maya Blue #64CEFE

Tints of Maya Blue #64CEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.79%

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 17.86%
G = 36.79%
B = 45.36%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64CEFE (or 0x64CEFE) is known color: Maya Blue. HEX triplet: 64, CE and FE. RGB value is (100,206,254). Sum of RGB (Red+Green+Blue) = 100+206+254=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #64CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CEFE is #9B3101. Grayscale: #B3B3B3. Windows color (decimal): -10170626 or 16698980. OLE color: 16698980.

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

Color convert

RGB 100 206 254 -
CMYK 0.61 0.19 0 0.00
HSL 198.7º 0.99% 0.69% -
HSV(B) 198.7º 0.61% 1% -
XYZ 45.22 54.01 101.81 -
YUV 179.78 169.88 71.1 -
System Red Green Blue C M Y K H S L
Decimal 100 206 254 0.61 0.19 0 0.00 198.7 0.99 0.69
Hex 64 CE FE 3D 13 0 0 C7 63 45
Octal 144 316 376 75 23 0 0 307 143 105
Binary 1100100 11001110 11111110 111101 10011 0 0 11000111 1100011 1000101

Color Harmonies of #64CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CEFE

Black with #64CEFE

Text Example


Text Example

White with #64CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,206,254); }

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

background-color css

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

 a { background-color: rgb(100,206,254); }

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

border-color css

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

 span { border-color: rgb(100,206,254); }

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