#64FCF9

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

Shades of Baby Blue #64FCF9

Tints of Baby Blue #64FCF9

Color information

#64FCF9 (or 0x64FCF9) is unknown color: approx Baby Blue. HEX triplet: 64, FC and F9. RGB value is (100,252,249). Sum of RGB (Red+Green+Blue) = 100+252+249=601 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.64% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FCF9 is #9B0306. Grayscale: #CECECE. Windows color (decimal): -10158855 or 16383076. OLE color: 16383076.

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

Color convert

RGB100252249-
CMYK0.6000.010.01
HSL178.82º96.2%69.02%-
HSV(B)178.82º60.32%98.82%-
XYZ57.1679.17101.89-
YUV206.21152.1452.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 16.64%
GREEN value IS 252 (98.83% from 255) = 41.93%
BLUE value IS 249 (97.66% from 255) = 41.43%
R=16.64%
G=41.93%
B=41.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002522490.6000.010.01178.8296.269.02
Hex64FCF93C011b36045
Octal14437437174011263140105
Binary110010011111100111110011111000111011001111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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