Html Css Color HEX #70FCEB Baby Blue

📋 copy color: '#70FCEB'

red 112 ◦ green 252 ◦ blue 235

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

Shades of Baby Blue #70FCEB

Tints of Baby Blue #70FCEB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.07%

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

R = 18.7%
G = 42.07%
B = 39.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#70FCEB (or 0x70FCEB) is known color: Baby Blue. HEX triplet: 70, FC and EB. RGB value is (112,252,235). Sum of RGB (Red+Green+Blue) = 112+252+235=599 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.70% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FCEB is #8F0314. Grayscale: #D0D0D0. Windows color (decimal): -9372437 or 15465584. OLE color: 15465584.

HSL color Cylindrical-coordinate representation of color #70FCEB: hue angle of 172.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCEB is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 252 235 -
CMYK 0.56 0 0.07 0.01
HSL 172.71º 0.96% 0.71% -
HSV(B) 172.71º 0.56% 0.99% -
XYZ 56.49 79.06 90.88 -
YUV 208.2 143.12 59.38 -
System Red Green Blue C M Y K H S L
Decimal 112 252 235 0.56 0 0.07 0.01 172.71 0.96 0.71
Hex 70 FC EB 38 0 7 1 AD 60 47
Octal 160 374 353 70 0 7 1 255 140 107
Binary 1110000 11111100 11101011 111000 0 111 1 10101101 1100000 1000111

Color Harmonies of #70FCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FCEB

Black with #70FCEB

Text Example


Text Example

White with #70FCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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