#70F1F3

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

Shades of Baby Blue #70F1F3

Tints of Baby Blue #70F1F3

Color information

#70F1F3 (or 0x70F1F3) is unknown color: approx Baby Blue. HEX triplet: 70, F1 and F3. RGB value is (112,241,243). Sum of RGB (Red+Green+Blue) = 112+241+243=596 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.79% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #70F1F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F1F3 is #8F0E0C. Grayscale: #CACACA. Windows color (decimal): -9375245 or 15987056. OLE color: 15987056.

HSL color Cylindrical-coordinate representation of color #70F1F3: hue angle of 180.92º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F1F3 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112241243-
CMYK0.540.0100.05
HSL180.92º84.52%69.61%-
HSV(B)180.92º53.91%95.29%-
XYZ54.3272.8395.99-
YUV202.66150.7663.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.79%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 243 (95.31% from 255) = 40.77%
R=18.79%
G=40.44%
B=40.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122412430.540.0100.05180.9284.5269.61
Hex70F1F336105b55546
Octal16036136366105265125106
Binary11100001111000111110011110110101011011010110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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