#70FEF9

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

Shades of Baby Blue #70FEF9

Tints of Baby Blue #70FEF9

Color information

#70FEF9 (or 0x70FEF9) is unknown color: approx Baby Blue. HEX triplet: 70, FE and F9. RGB value is (112,254,249). Sum of RGB (Red+Green+Blue) = 112+254+249=615 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.21% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FEF9 is #8F0106. Grayscale: #D2D2D2. Windows color (decimal): -9371911 or 16383600. OLE color: 16383600.

HSL color Cylindrical-coordinate representation of color #70FEF9: hue angle of 177.89º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FEF9 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB112254249-
CMYK0.5600.020.00
HSL177.89º98.61%71.76%-
HSV(B)177.89º55.91%99.61%-
XYZ59.2281.17102.17-
YUV210.97149.4657.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.21%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=18.21%
G=41.30%
B=40.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1122542490.5600.020.00177.8998.6171.76
Hex70FEF938020b26348
Octal16037637170020262143110
Binary1110000111111101111100111100001001011001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,254,249); }

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

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

 a { background-color: rgb(112,254,249); }

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

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

 span { border-color: rgb(112,254,249); }

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