Html Css Color HEX #64C0FE Maya Blue

📋 copy color: '#64C0FE'

red 100 ◦ green 192 ◦ blue 254

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

Shades of Maya Blue #64C0FE

Tints of Maya Blue #64C0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.16%

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

R = 18.32%
G = 35.16%
B = 46.52%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64C0FE (or 0x64C0FE) is known color: Maya Blue. HEX triplet: 64, C0 and FE. RGB value is (100,192,254). Sum of RGB (Red+Green+Blue) = 100+192+254=546 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.32% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #64C0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C0FE is #9B3F01. Grayscale: #ABABAB. Windows color (decimal): -10174210 or 16695396. OLE color: 16695396.

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

Color convert

RGB 100 192 254 -
CMYK 0.61 0.24 0 0.00
HSL 204.16º 0.99% 0.69% -
HSV(B) 204.16º 0.61% 1% -
XYZ 41.99 47.56 100.73 -
YUV 171.56 174.52 76.96 -
System Red Green Blue C M Y K H S L
Decimal 100 192 254 0.61 0.24 0 0.00 204.16 0.99 0.69
Hex 64 C0 FE 3D 18 0 0 CC 63 45
Octal 144 300 376 75 30 0 0 314 143 105
Binary 1100100 11000000 11111110 111101 11000 0 0 11001100 1100011 1000101

Color Harmonies of #64C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C0FE

Black with #64C0FE

Text Example


Text Example

White with #64C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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