#70F1F9

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

Shades of Baby Blue #70F1F9

Tints of Baby Blue #70F1F9

Color information

#70F1F9 (or 0x70F1F9) is unknown color: approx Baby Blue. HEX triplet: 70, F1 and F9. RGB value is (112,241,249). Sum of RGB (Red+Green+Blue) = 112+241+249=602 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.60% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #70F1F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F1F9 is #8F0E06. Grayscale: #CBCBCB. Windows color (decimal): -9375239 or 16380272. OLE color: 16380272.

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

Color convert

RGB112241249-
CMYK0.550.0300.02
HSL183.5º91.95%70.78%-
HSV(B)183.5º55.02%97.65%-
XYZ55.2473.19100.84-
YUV203.34153.7662.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.60%
GREEN value IS 241 (94.53% from 255) = 40.03%
BLUE value IS 249 (97.66% from 255) = 41.36%
R=18.60%
G=40.03%
B=41.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122412490.550.0300.02183.591.9570.78
Hex70F1F937302b85c47
Octal16036137167302270134107
Binary11100001111000111111001110111110101011100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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