Html Css Color HEX #70F2ED Baby Blue

📋 copy color: '#70F2ED'

red 112 ◦ green 242 ◦ blue 237

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

Shades of Baby Blue #70F2ED

Tints of Baby Blue #70F2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.95%

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 18.95%
G = 40.95%
B = 40.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#70F2ED (or 0x70F2ED) is known color: Baby Blue. HEX triplet: 70, F2 and ED. RGB value is (112,242,237). Sum of RGB (Red+Green+Blue) = 112+242+237=591 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.95% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #70F2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F2ED is #8F0D12. Grayscale: #CACACA. Windows color (decimal): -9374995 or 15594096. OLE color: 15594096.

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

Color convert

RGB 112 242 237 -
CMYK 0.54 0 0.02 0.05
HSL 177.69º 0.83% 0.69% -
HSV(B) 177.69º 0.54% 0.95% -
XYZ 53.72 73.06 91.39 -
YUV 202.56 147.43 63.41 -
System Red Green Blue C M Y K H S L
Decimal 112 242 237 0.54 0 0.02 0.05 177.69 0.83 0.69
Hex 70 F2 ED 36 0 2 5 B2 53 45
Octal 160 362 355 66 0 2 5 262 123 105
Binary 1110000 11110010 11101101 110110 0 10 101 10110010 1010011 1000101

Color Harmonies of #70F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F2ED

Black with #70F2ED

Text Example


Text Example

White with #70F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,242,237); }

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

background-color css

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

 a { background-color: rgb(112,242,237); }

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

border-color css

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

 span { border-color: rgb(112,242,237); }

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