#70F3FF

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

Shades of Baby Blue #70F3FF

Tints of Baby Blue #70F3FF

Color information

#70F3FF (or 0x70F3FF) is unknown color: approx Baby Blue. HEX triplet: 70, F3 and FF. RGB value is (112,243,255). Sum of RGB (Red+Green+Blue) = 112+243+255=610 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.36% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #70F3FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F3FF is #8F0C00. Grayscale: #CDCDCD. Windows color (decimal): -9374721 or 16774000. OLE color: 16774000.

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

Color convert

RGB112243255-
CMYK0.560.0500
HSL185.03º100%71.96%-
HSV(B)185.03º56.08%100%-
XYZ56.7874.77106.05-
YUV205.2156.161.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.36%
GREEN value IS 243 (95.31% from 255) = 39.84%
BLUE value IS 255 (100% from 255) = 41.80%
R=18.36%
G=39.84%
B=41.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122432550.560.0500185.0310071.96
Hex70F3FF38500b96448
Octal16036337770500271144110
Binary11100001111001111111111111000101001011100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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