#70FEF0

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

Shades of Baby Blue #70FEF0

Tints of Baby Blue #70FEF0

Color information

#70FEF0 (or 0x70FEF0) is unknown color: approx Baby Blue. HEX triplet: 70, FE and F0. RGB value is (112,254,240). Sum of RGB (Red+Green+Blue) = 112+254+240=606 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.48% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FEF0 is #8F010F. Grayscale: #D1D1D1. Windows color (decimal): -9371920 or 15793776. OLE color: 15793776.

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

Color convert

RGB112254240-
CMYK0.5600.060.00
HSL174.08º98.61%71.76%-
HSV(B)174.08º55.91%99.61%-
XYZ57.8580.6294.95-
YUV209.95144.9658.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.48%
GREEN value IS 254 (99.61% from 255) = 41.91%
BLUE value IS 240 (94.14% from 255) = 39.60%
R=18.48%
G=41.91%
B=39.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1122542400.5600.060.00174.0898.6171.76
Hex70FEF038060ae6348
Octal16037636070060256143110
Binary11100001111111011110000111000011001010111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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