Html Css Color HEX #70F3EC Baby Blue

📋 copy color: '#70F3EC'

red 112 ◦ green 243 ◦ blue 236

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

Shades of Baby Blue #70F3EC

Tints of Baby Blue #70F3EC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.12%

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 18.95%
G = 41.12%
B = 39.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#70F3EC (or 0x70F3EC) is known color: Baby Blue. HEX triplet: 70, F3 and EC. RGB value is (112,243,236). Sum of RGB (Red+Green+Blue) = 112+243+236=591 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.95% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #70F3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F3EC is #8F0C13. Grayscale: #CACACA. Windows color (decimal): -9374740 or 15528816. OLE color: 15528816.

HSL color Cylindrical-coordinate representation of color #70F3EC: hue angle of 176.79º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F3EC is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 243 236 -
CMYK 0.54 0 0.03 0.05
HSL 176.79º 0.85% 0.7% -
HSV(B) 176.79º 0.54% 0.95% -
XYZ 53.87 73.6 90.72 -
YUV 203.03 146.6 63.07 -
System Red Green Blue C M Y K H S L
Decimal 112 243 236 0.54 0 0.03 0.05 176.79 0.85 0.7
Hex 70 F3 EC 36 0 3 5 B1 55 46
Octal 160 363 354 66 0 3 5 261 125 106
Binary 1110000 11110011 11101100 110110 0 11 101 10110001 1010101 1000110

Color Harmonies of #70F3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F3EC

Black with #70F3EC

Text Example


Text Example

White with #70F3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,243,236); }

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

background-color css

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

 a { background-color: rgb(112,243,236); }

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

border-color css

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

 span { border-color: rgb(112,243,236); }

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