#64C0FD

Color #64C0FD Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #64C0FD

Tints of Maya Blue #64C0FD

Color information

#64C0FD (or 0x64C0FD) is unknown color: approx Maya Blue. HEX triplet: 64, C0 and FD. RGB value is (100,192,253). Sum of RGB (Red+Green+Blue) = 100+192+253=545 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.35% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #64C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C0FD is #9B3F02. Grayscale: #ABABAB. Windows color (decimal): -10174211 or 16629860. OLE color: 16629860.

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

Color convert

RGB100192253-
CMYK0.600.2400.01
HSL203.92º97.45%69.22%-
HSV(B)203.92º60.47%99.22%-
XYZ41.8347.599.89-
YUV171.45174.0277.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.35%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=18.35%
G=35.23%
B=46.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1001922530.600.2400.01203.9297.4569.22
Hex64C0FD3C1801cc6145
Octal144300375743001314141105
Binary1100100110000001111110111110011000011100110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64C0FD;
 }
 .AnyTagClassName
 {
   color: #64C0FD;
 }
</style>
background-color css

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

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

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

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

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

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