Html Css Color HEX #64D0FD Maya Blue

📋 copy color: '#64D0FD'

red 100 ◦ green 208 ◦ blue 253

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

Shades of Maya Blue #64D0FD

Tints of Maya Blue #64D0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 17.83%
G = 37.08%
B = 45.1%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64D0FD (or 0x64D0FD) is known color: Maya Blue. HEX triplet: 64, D0 and FD. RGB value is (100,208,253). Sum of RGB (Red+Green+Blue) = 100+208+253=561 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.83% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #64D0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D0FD is #9B2F02. Grayscale: #B4B4B4. Windows color (decimal): -10170115 or 16633956. OLE color: 16633956.

HSL color Cylindrical-coordinate representation of color #64D0FD: hue angle of 197.65º degrees, saturation: 0.97, 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 #64D0FD is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 208 253 -
CMYK 0.60 0.18 0 0.01
HSL 197.65º 0.97% 0.69% -
HSV(B) 197.65º 0.6% 0.99% -
XYZ 45.54 54.91 101.13 -
YUV 180.84 168.72 70.34 -
System Red Green Blue C M Y K H S L
Decimal 100 208 253 0.60 0.18 0 0.01 197.65 0.97 0.69
Hex 64 D0 FD 3C 12 0 1 C6 61 45
Octal 144 320 375 74 22 0 1 306 141 105
Binary 1100100 11010000 11111101 111100 10010 0 1 11000110 1100001 1000101

Color Harmonies of #64D0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D0FD

Black with #64D0FD

Text Example


Text Example

White with #64D0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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