#64F4F8

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

Shades of Baby Blue #64F4F8

Tints of Baby Blue #64F4F8

Color information

#64F4F8 (or 0x64F4F8) is unknown color: approx Baby Blue. HEX triplet: 64, F4 and F8. RGB value is (100,244,248). Sum of RGB (Red+Green+Blue) = 100+244+248=592 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.89% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #64F4F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F4F8 is #9B0B07. Grayscale: #C9C9C9. Windows color (decimal): -10160904 or 16315492. OLE color: 16315492.

HSL color Cylindrical-coordinate representation of color #64F4F8: hue angle of 181.62º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F4F8 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB100244248-
CMYK0.600.0200.03
HSL181.62º91.36%68.24%-
HSV(B)181.62º59.68%97.25%-
XYZ54.5574.19100.25-
YUV201.4154.2955.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 16.89%
GREEN value IS 244 (95.70% from 255) = 41.22%
BLUE value IS 248 (97.27% from 255) = 41.89%
R=16.89%
G=41.22%
B=41.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1002442480.600.0200.03181.6291.3668.24
Hex64F4F83C203b65b44
Octal14436437074203266133104
Binary11001001111010011111000111100100111011011010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,244,248); }

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

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

 a { background-color: rgb(100,244,248); }

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

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

 span { border-color: rgb(100,244,248); }

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