#70F4EC

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

Shades of Baby Blue #70F4EC

Tints of Baby Blue #70F4EC

Color information

#70F4EC (or 0x70F4EC) is unknown color: approx Baby Blue. HEX triplet: 70, F4 and EC. RGB value is (112,244,236). Sum of RGB (Red+Green+Blue) = 112+244+236=592 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.92% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #70F4EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F4EC is #8F0B13. Grayscale: #CBCBCB. Windows color (decimal): -9374484 or 15529072. OLE color: 15529072.

HSL color Cylindrical-coordinate representation of color #70F4EC: hue angle of 176.36º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F4EC is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB112244236-
CMYK0.5400.030.04
HSL176.36º85.71%69.8%-
HSV(B)176.36º54.1%95.69%-
XYZ54.1774.290.82-
YUV203.62146.2762.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.92%
GREEN value IS 244 (95.70% from 255) = 41.22%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=18.92%
G=41.22%
B=39.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122442360.5400.030.04176.3685.7169.8
Hex70F4EC36034b05646
Octal16036435466034260126106
Binary111000011110100111011001101100111001011000010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70F4EC; }

 p { color: rgb(112,244,236); }

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

<style>
 a { background-color: #70F4EC; }

 a { background-color: rgb(112,244,236); }

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

<style>
 span { border-color: #70F4EC; }

 span { border-color: rgb(112,244,236); }

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