#70FFF8

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

Shades of Baby Blue #70FFF8

Tints of Baby Blue #70FFF8

Color information

#70FFF8 (or 0x70FFF8) is unknown color: approx Baby Blue. HEX triplet: 70, FF and F8. RGB value is (112,255,248). Sum of RGB (Red+Green+Blue) = 112+255+248=615 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.21% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFF8 is #8F0007. Grayscale: #D3D3D3. Windows color (decimal): -9371656 or 16318320. OLE color: 16318320.

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

Color convert

RGB112255248-
CMYK0.5600.030
HSL177.06º100%71.96%-
HSV(B)177.06º56.08%100%-
XYZ59.3981.74101.45-
YUV211.44148.6257.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.21%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 248 (97.27% from 255) = 40.33%
R=18.21%
G=41.46%
B=40.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122552480.5600.030177.0610071.96
Hex70FFF838030b16448
Octal16037737070030261144110
Binary1110000111111111111100011100001101011000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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