#70FCEB

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

Shades of Baby Blue #70FCEB

Tints of Baby Blue #70FCEB

Color information

#70FCEB (or 0x70FCEB) is unknown color: approx Baby Blue. HEX triplet: 70, FC and EB. RGB value is (112,252,235). Sum of RGB (Red+Green+Blue) = 112+252+235=599 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.70% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FCEB is #8F0314. Grayscale: #D0D0D0. Windows color (decimal): -9372437 or 15465584. OLE color: 15465584.

HSL color Cylindrical-coordinate representation of color #70FCEB: hue angle of 172.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCEB is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB112252235-
CMYK0.5600.070.01
HSL172.71º95.89%71.37%-
HSV(B)172.71º55.56%98.82%-
XYZ56.4979.0690.88-
YUV208.2143.1259.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.70%
GREEN value IS 252 (98.83% from 255) = 42.07%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=18.70%
G=42.07%
B=39.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122522350.5600.070.01172.7195.8971.37
Hex70FCEB38071ad6047
Octal16037435370071255140107
Binary11100001111110011101011111000011111010110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,252,235); }

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

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

 a { background-color: rgb(112,252,235); }

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

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

 span { border-color: rgb(112,252,235); }

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