#70F6FF

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

Shades of Baby Blue #70F6FF

Tints of Baby Blue #70F6FF

Color information

#70F6FF (or 0x70F6FF) is unknown color: approx Baby Blue. HEX triplet: 70, F6 and FF. RGB value is (112,246,255). Sum of RGB (Red+Green+Blue) = 112+246+255=613 (81% of max value = 765). Red value is 112 (44.14% from 255 or 18.27% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #70F6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F6FF is #8F0900. Grayscale: #CECECE. Windows color (decimal): -9373953 or 16774768. OLE color: 16774768.

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

Color convert

RGB112246255-
CMYK0.560.0400
HSL183.78º100%71.96%-
HSV(B)183.78º56.08%100%-
XYZ57.6976.58106.35-
YUV206.96155.1160.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.27%
GREEN value IS 246 (96.48% from 255) = 40.13%
BLUE value IS 255 (100% from 255) = 41.60%
R=18.27%
G=40.13%
B=41.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122462550.560.0400183.7810071.96
Hex70F6FF38400b86448
Octal16036637770400270144110
Binary11100001111011011111111111000100001011100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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