Html Css Color HEX #64CAFE Maya Blue

📋 copy color: '#64CAFE'

red 100 ◦ green 202 ◦ blue 254

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

Shades of Maya Blue #64CAFE

Tints of Maya Blue #64CAFE

RGB

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

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

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

R = 17.99%
G = 36.33%
B = 45.68%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64CAFE (or 0x64CAFE) is known color: Maya Blue. HEX triplet: 64, CA and FE. RGB value is (100,202,254). Sum of RGB (Red+Green+Blue) = 100+202+254=556 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.99% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #64CAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CAFE is #9B3501. Grayscale: #B1B1B1. Windows color (decimal): -10171650 or 16697956. OLE color: 16697956.

HSL color Cylindrical-coordinate representation of color #64CAFE: hue angle of 200.26º 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 #64CAFE is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 202 254 -
CMYK 0.61 0.20 0 0.00
HSL 200.26º 0.99% 0.69% -
HSV(B) 200.26º 0.61% 1% -
XYZ 44.27 52.11 101.49 -
YUV 177.43 171.21 72.77 -
System Red Green Blue C M Y K H S L
Decimal 100 202 254 0.61 0.20 0 0.00 200.26 0.99 0.69
Hex 64 CA FE 3D 14 0 0 C8 63 45
Octal 144 312 376 75 24 0 0 310 143 105
Binary 1100100 11001010 11111110 111101 10100 0 0 11001000 1100011 1000101

Color Harmonies of #64CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CAFE

Black with #64CAFE

Text Example


Text Example

White with #64CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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