#70FFEB

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

Shades of Baby Blue #70FFEB

Tints of Baby Blue #70FFEB

Color information

#70FFEB (or 0x70FFEB) is unknown color: approx Baby Blue. HEX triplet: 70, FF and EB. RGB value is (112,255,235). Sum of RGB (Red+Green+Blue) = 112+255+235=602 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.60% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFEB is #8F0014. Grayscale: #D1D1D1. Windows color (decimal): -9371669 or 15466352. OLE color: 15466352.

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

Color convert

RGB112255235-
CMYK0.5600.080
HSL171.61º100%71.96%-
HSV(B)171.61º56.08%100%-
XYZ57.4480.9691.2-
YUV209.96142.1258.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.60%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=18.60%
G=42.36%
B=39.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122552350.5600.080171.6110071.96
Hex70FFEB38080ac6448
Octal160377353700100254144110
Binary111000011111111111010111110000100001010110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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