#70F7FD

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

Shades of Baby Blue #70F7FD

Tints of Baby Blue #70F7FD

Color information

#70F7FD (or 0x70F7FD) is unknown color: approx Baby Blue. HEX triplet: 70, F7 and FD. RGB value is (112,247,253). Sum of RGB (Red+Green+Blue) = 112+247+253=612 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.30% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #70F7FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F7FD is #8F0802. Grayscale: #CFCFCF. Windows color (decimal): -9373699 or 16643952. OLE color: 16643952.

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

Color convert

RGB112247253-
CMYK0.560.0200.01
HSL182.55º97.24%71.57%-
HSV(B)182.55º55.73%99.22%-
XYZ57.6777.06104.76-
YUV207.32153.7760.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.30%
GREEN value IS 247 (96.88% from 255) = 40.36%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=18.30%
G=40.36%
B=41.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122472530.560.0200.01182.5597.2471.57
Hex70F7FD38201b76148
Octal16036737570201267141110
Binary1110000111101111111110111100010011011011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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