Html Css Color HEX #64D0FA Maya Blue

📋 copy color: '#64D0FA'

red 100 ◦ green 208 ◦ blue 250

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

Shades of Maya Blue #64D0FA

Tints of Maya Blue #64D0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.28%

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 17.92%
G = 37.28%
B = 44.8%

CMYK

 C value IS 0.6

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64D0FA (or 0x64D0FA) is known color: Maya Blue. HEX triplet: 64, D0 and FA. RGB value is (100,208,250). Sum of RGB (Red+Green+Blue) = 100+208+250=558 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.92% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #64D0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D0FA is #9B2F05. Grayscale: #B4B4B4. Windows color (decimal): -10170118 or 16437348. OLE color: 16437348.

HSL color Cylindrical-coordinate representation of color #64D0FA: hue angle of 196.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D0FA is Cyan = 0.6, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 208 250 -
CMYK 0.6 0.17 0 0.02
HSL 196.8º 0.94% 0.69% -
HSV(B) 196.8º 0.6% 0.98% -
XYZ 45.07 54.72 98.63 -
YUV 180.5 167.22 70.58 -
System Red Green Blue C M Y K H S L
Decimal 100 208 250 0.6 0.17 0 0.02 196.8 0.94 0.69
Hex 64 D0 FA 3C 11 0 2 C5 5E 45
Octal 144 320 372 74 21 0 2 305 136 105
Binary 1100100 11010000 11111010 111100 10001 0 10 11000101 1011110 1000101

Color Harmonies of #64D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D0FA

Black with #64D0FA

Text Example


Text Example

White with #64D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,208,250); }

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

background-color css

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

 a { background-color: rgb(100,208,250); }

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

border-color css

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

 span { border-color: rgb(100,208,250); }

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