#70FFF9

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

Shades of Baby Blue #70FFF9

Tints of Baby Blue #70FFF9

Color information

#70FFF9 (or 0x70FFF9) is unknown color: approx Baby Blue. HEX triplet: 70, FF and F9. RGB value is (112,255,249). Sum of RGB (Red+Green+Blue) = 112+255+249=616 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.18% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFF9 is #8F0006. Grayscale: #D3D3D3. Windows color (decimal): -9371655 or 16383856. OLE color: 16383856.

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

Color convert

RGB112255249-
CMYK0.5600.020
HSL177.48º100%71.96%-
HSV(B)177.48º56.08%100%-
XYZ59.5481.8102.27-
YUV211.56149.1256.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.18%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=18.18%
G=41.40%
B=40.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122552490.5600.020177.4810071.96
Hex70FFF938020b16448
Octal16037737170020261144110
Binary1110000111111111111100111100001001011000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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