#70FFFB

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

Shades of Baby Blue #70FFFB

Tints of Baby Blue #70FFFB

Color information

#70FFFB (or 0x70FFFB) is unknown color: approx Baby Blue. HEX triplet: 70, FF and FB. RGB value is (112,255,251). Sum of RGB (Red+Green+Blue) = 112+255+251=618 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.12% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFFB is #8F0004. Grayscale: #D3D3D3. Windows color (decimal): -9371653 or 16514928. OLE color: 16514928.

HSL color Cylindrical-coordinate representation of color #70FFFB: hue angle of 178.32º 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 #70FFFB is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB112255251-
CMYK0.5600.020
HSL178.32º100%71.96%-
HSV(B)178.32º56.08%100%-
XYZ59.8581.93103.93-
YUV211.79150.1256.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.12%
GREEN value IS 255 (100% from 255) = 41.26%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=18.12%
G=41.26%
B=40.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122552510.5600.020178.3210071.96
Hex70FFFB38020b26448
Octal16037737370020262144110
Binary1110000111111111111101111100001001011001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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