#70FEFF

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

Shades of Baby Blue #70FEFF

Tints of Baby Blue #70FEFF

Color information

#70FEFF (or 0x70FEFF) is unknown color: approx Baby Blue. HEX triplet: 70, FE and FF. RGB value is (112,254,255). Sum of RGB (Red+Green+Blue) = 112+254+255=621 (82% of max value = 765). Red value is 112 (44.14% from 255 or 18.04% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #70FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FEFF is #8F0100. Grayscale: #D3D3D3. Windows color (decimal): -9371905 or 16776816. OLE color: 16776816.

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

Color convert

RGB112254255-
CMYK0.560.0000
HSL180.42º100%71.96%-
HSV(B)180.42º56.08%100%-
XYZ60.1781.55107.18-
YUV211.66152.4656.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.04%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 255 (100% from 255) = 41.06%
R=18.04%
G=40.90%
B=41.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122542550.560.0000180.4210071.96
Hex70FEFF38000b46448
Octal16037637770000264144110
Binary111000011111110111111111110000001011010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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