#70F6FD

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

Shades of Baby Blue #70F6FD

Tints of Baby Blue #70F6FD

Color information

#70F6FD (or 0x70F6FD) is unknown color: approx Baby Blue. HEX triplet: 70, F6 and FD. RGB value is (112,246,253). Sum of RGB (Red+Green+Blue) = 112+246+253=611 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.33% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #70F6FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F6FD is #8F0902. Grayscale: #CECECE. Windows color (decimal): -9373955 or 16643696. OLE color: 16643696.

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

Color convert

RGB112246253-
CMYK0.560.0300.01
HSL182.98º97.24%71.57%-
HSV(B)182.98º55.73%99.22%-
XYZ57.3776.45104.66-
YUV206.73154.1160.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.33%
GREEN value IS 246 (96.48% from 255) = 40.26%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=18.33%
G=40.26%
B=41.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122462530.560.0300.01182.9897.2471.57
Hex70F6FD38301b76148
Octal16036637570301267141110
Binary1110000111101101111110111100011011011011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,246,253); }

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

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

 a { background-color: rgb(112,246,253); }

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

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

 span { border-color: rgb(112,246,253); }

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