#70F8EA

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

Shades of Baby Blue #70F8EA

Tints of Baby Blue #70F8EA

Color information

#70F8EA (or 0x70F8EA) is unknown color: approx Baby Blue. HEX triplet: 70, F8 and EA. RGB value is (112,248,234). Sum of RGB (Red+Green+Blue) = 112+248+234=594 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.86% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #70F8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F8EA is #8F0715. Grayscale: #CDCDCD. Windows color (decimal): -9373462 or 15399024. OLE color: 15399024.

HSL color Cylindrical-coordinate representation of color #70F8EA: hue angle of 173.82º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F8EA is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB112248234-
CMYK0.5500.060.03
HSL173.82º90.67%70.59%-
HSV(B)173.82º54.84%97.25%-
XYZ55.176.5289.71-
YUV205.74143.9461.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.86%
GREEN value IS 248 (97.27% from 255) = 41.75%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=18.86%
G=41.75%
B=39.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122482340.5500.060.03173.8290.6770.59
Hex70F8EA37063ae5b47
Octal16037035267063256133107
Binary111000011111000111010101101110110111010111010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,248,234); }

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

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

 a { background-color: rgb(112,248,234); }

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

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

 span { border-color: rgb(112,248,234); }

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