#70FCF4

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

Shades of Baby Blue #70FCF4

Tints of Baby Blue #70FCF4

Color information

#70FCF4 (or 0x70FCF4) is unknown color: approx Baby Blue. HEX triplet: 70, FC and F4. RGB value is (112,252,244). Sum of RGB (Red+Green+Blue) = 112+252+244=608 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.42% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FCF4 is #8F030B. Grayscale: #D1D1D1. Windows color (decimal): -9372428 or 16055408. OLE color: 16055408.

HSL color Cylindrical-coordinate representation of color #70FCF4: hue angle of 176.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCF4 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB112252244-
CMYK0.5600.030.01
HSL176.57º95.89%71.37%-
HSV(B)176.57º55.56%98.82%-
XYZ57.8279.697.9-
YUV209.23147.6258.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.42%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 244 (95.70% from 255) = 40.13%
R=18.42%
G=41.45%
B=40.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122522440.5600.030.01176.5795.8971.37
Hex70FCF438031b16047
Octal16037436470031261140107
Binary1110000111111001111010011100001111011000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,252,244); }

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

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

 a { background-color: rgb(112,252,244); }

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

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

 span { border-color: rgb(112,252,244); }

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