#70F4F3

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

Shades of Baby Blue #70F4F3

Tints of Baby Blue #70F4F3

Color information

#70F4F3 (or 0x70F4F3) is unknown color: approx Baby Blue. HEX triplet: 70, F4 and F3. RGB value is (112,244,243). Sum of RGB (Red+Green+Blue) = 112+244+243=599 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.70% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #70F4F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F4F3 is #8F0B0C. Grayscale: #CCCCCC. Windows color (decimal): -9374477 or 15987824. OLE color: 15987824.

HSL color Cylindrical-coordinate representation of color #70F4F3: hue angle of 179.55º 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 #70F4F3 is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB112244243-
CMYK0.5400.000.04
HSL179.55º85.71%69.8%-
HSV(B)179.55º54.1%95.69%-
XYZ55.2174.6296.29-
YUV204.42149.7762.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.70%
GREEN value IS 244 (95.70% from 255) = 40.73%
BLUE value IS 243 (95.31% from 255) = 40.57%
R=18.70%
G=40.73%
B=40.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122442430.5400.000.04179.5585.7169.8
Hex70F4F336004b45646
Octal16036436366004264126106
Binary11100001111010011110011110110001001011010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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