#70FBE6

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

Shades of Baby Blue #70FBE6

Tints of Baby Blue #70FBE6

Color information

#70FBE6 (or 0x70FBE6) is unknown color: approx Baby Blue. HEX triplet: 70, FB and E6. RGB value is (112,251,230). Sum of RGB (Red+Green+Blue) = 112+251+230=593 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.89% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FBE6 is #8F0419. Grayscale: #CECECE. Windows color (decimal): -9372698 or 15137648. OLE color: 15137648.

HSL color Cylindrical-coordinate representation of color #70FBE6: hue angle of 170.94º 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 #70FBE6 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB112251230-
CMYK0.5500.080.02
HSL170.94º94.56%71.18%-
HSV(B)170.94º55.38%98.43%-
XYZ55.4678.1587.02-
YUV207.04140.9560.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.89%
GREEN value IS 251 (98.44% from 255) = 42.33%
BLUE value IS 230 (90.23% from 255) = 38.79%
R=18.89%
G=42.33%
B=38.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122512300.5500.080.02170.9494.5671.18
Hex70FBE637082ab5f47
Octal160373346670102253137107
Binary1110000111110111110011011011101000101010101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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