Html Css Color HEX #70FEEB Baby Blue

📋 copy color: '#70FEEB'

red 112 ◦ green 254 ◦ blue 235

#70FEEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #70FEEB

Tints of Baby Blue #70FEEB

RGB

 RED value IS 112 (44.14% from 255) = 18.64%

 GREEN value IS 254 (99.61% from 255) = 42.26%

 BLUE value IS 235 (92.19% from 255) = 39.1%

R = 18.64%
G = 42.26%
B = 39.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#70FEEB (or 0x70FEEB) is known color: Baby Blue. HEX triplet: 70, FE and EB. RGB value is (112,254,235). Sum of RGB (Red+Green+Blue) = 112+254+235=601 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.64% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FEEB is #8F0114. Grayscale: #D1D1D1. Windows color (decimal): -9371925 or 15466096. OLE color: 15466096.

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

Color convert

RGB 112 254 235 -
CMYK 0.56 0 0.07 0.00
HSL 171.97º 0.99% 0.72% -
HSV(B) 171.97º 0.56% 1% -
XYZ 57.12 80.33 91.09 -
YUV 209.38 142.46 58.54 -
System Red Green Blue C M Y K H S L
Decimal 112 254 235 0.56 0 0.07 0.00 171.97 0.99 0.72
Hex 70 FE EB 38 0 7 0 AC 63 48
Octal 160 376 353 70 0 7 0 254 143 110
Binary 1110000 11111110 11101011 111000 0 111 0 10101100 1100011 1001000

Color Harmonies of #70FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FEEB

Black with #70FEEB

Text Example


Text Example

White with #70FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70FEEB;
 }
 .AnyTagClassName
 {
   color: #70FEEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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