#70FBEC

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

Shades of Baby Blue #70FBEC

Tints of Baby Blue #70FBEC

Color information

#70FBEC (or 0x70FBEC) is unknown color: approx Baby Blue. HEX triplet: 70, FB and EC. RGB value is (112,251,236). Sum of RGB (Red+Green+Blue) = 112+251+236=599 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.70% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FBEC is #8F0413. Grayscale: #CFCFCF. Windows color (decimal): -9372692 or 15530864. OLE color: 15530864.

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

Color convert

RGB112251236-
CMYK0.5500.060.02
HSL173.53º94.56%71.18%-
HSV(B)173.53º55.38%98.43%-
XYZ56.3278.591.54-
YUV207.73143.9559.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.70%
GREEN value IS 251 (98.44% from 255) = 41.90%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=18.70%
G=41.90%
B=39.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122512360.5500.060.02173.5394.5671.18
Hex70FBEC37062ae5f47
Octal16037335467062256137107
Binary111000011111011111011001101110110101010111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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