#64F8F4

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

Shades of Baby Blue #64F8F4

Tints of Baby Blue #64F8F4

Color information

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

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

Color convert

RGB100248244-
CMYK0.6000.020.03
HSL178.38º91.36%68.24%-
HSV(B)178.38º59.68%97.25%-
XYZ55.1576.3897.42-
YUV203.29150.9754.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1002482440.6000.020.03178.3891.3668.24
Hex64F8F43C023b25b44
Octal14437036474023262133104
Binary11001001111100011110100111100010111011001010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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