Html Css Color HEX #64C4FC Maya Blue

📋 copy color: '#64C4FC'

red 100 ◦ green 196 ◦ blue 252

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

Shades of Maya Blue #64C4FC

Tints of Maya Blue #64C4FC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.77%

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 18.25%
G = 35.77%
B = 45.99%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64C4FC (or 0x64C4FC) is known color: Maya Blue. HEX triplet: 64, C4 and FC. RGB value is (100,196,252). Sum of RGB (Red+Green+Blue) = 100+196+252=548 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.25% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #64C4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C4FC is #9B3B03. Grayscale: #ADADAD. Windows color (decimal): -10173188 or 16565348. OLE color: 16565348.

HSL color Cylindrical-coordinate representation of color #64C4FC: hue angle of 202.11º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64C4FC is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 196 252 -
CMYK 0.60 0.22 0 0.01
HSL 202.11º 0.96% 0.69% -
HSV(B) 202.11º 0.6% 0.99% -
XYZ 42.57 49.22 99.35 -
YUV 173.68 172.2 75.45 -
System Red Green Blue C M Y K H S L
Decimal 100 196 252 0.60 0.22 0 0.01 202.11 0.96 0.69
Hex 64 C4 FC 3C 16 0 1 CA 60 45
Octal 144 304 374 74 26 0 1 312 140 105
Binary 1100100 11000100 11111100 111100 10110 0 1 11001010 1100000 1000101

Color Harmonies of #64C4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C4FC

Black with #64C4FC

Text Example


Text Example

White with #64C4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,196,252); }

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

background-color css

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

 a { background-color: rgb(100,196,252); }

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

border-color css

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

 span { border-color: rgb(100,196,252); }

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