Html Css Color HEX #70EEF0 Baby Blue

📋 copy color: '#70EEF0'

red 112 ◦ green 238 ◦ blue 240

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

Shades of Baby Blue #70EEF0

Tints of Baby Blue #70EEF0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.34%

 BLUE value IS 240 (94.14% from 255) = 40.68%

R = 18.98%
G = 40.34%
B = 40.68%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#70EEF0 (or 0x70EEF0) is known color: Baby Blue. HEX triplet: 70, EE and F0. RGB value is (112,238,240). Sum of RGB (Red+Green+Blue) = 112+238+240=590 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.98% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #70EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EEF0 is #8F110F. Grayscale: #C8C8C8. Windows color (decimal): -9376016 or 15789680. OLE color: 15789680.

HSL color Cylindrical-coordinate representation of color #70EEF0: hue angle of 180.94º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EEF0 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 238 240 -
CMYK 0.53 0.01 0 0.06
HSL 180.94º 0.81% 0.69% -
HSV(B) 180.94º 0.53% 0.94% -
XYZ 52.98 70.89 93.33 -
YUV 200.55 150.26 64.84 -
System Red Green Blue C M Y K H S L
Decimal 112 238 240 0.53 0.01 0 0.06 180.94 0.81 0.69
Hex 70 EE F0 35 1 0 6 B5 51 45
Octal 160 356 360 65 1 0 6 265 121 105
Binary 1110000 11101110 11110000 110101 1 0 110 10110101 1010001 1000101

Color Harmonies of #70EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EEF0

Black with #70EEF0

Text Example


Text Example

White with #70EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,238,240); }

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

background-color css

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

 a { background-color: rgb(112,238,240); }

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

border-color css

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

 span { border-color: rgb(112,238,240); }

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