#64CDFC

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

Shades of Maya Blue #64CDFC

Tints of Maya Blue #64CDFC

Color information

#64CDFC (or 0x64CDFC) is unknown color: approx Maya Blue. HEX triplet: 64, CD and FC. RGB value is (100,205,252). Sum of RGB (Red+Green+Blue) = 100+205+252=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #64CDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CDFC is #9B3203. Grayscale: #B2B2B2. Windows color (decimal): -10170884 or 16567652. OLE color: 16567652.

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

Color convert

RGB100205252-
CMYK0.600.1900.01
HSL198.55º96.2%69.02%-
HSV(B)198.55º60.32%98.82%-
XYZ44.6653.4100.05-
YUV178.96169.2171.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.95%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 252 (98.83% from 255) = 45.24%
R=17.95%
G=36.80%
B=45.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002052520.600.1900.01198.5596.269.02
Hex64CDFC3C1301c76045
Octal144315374742301307140105
Binary1100100110011011111110011110010011011100011111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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