Html Css Color HEX #70EFF2 Baby Blue

📋 copy color: '#70EFF2'

red 112 ◦ green 239 ◦ blue 242

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

Shades of Baby Blue #70EFF2

Tints of Baby Blue #70EFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.3%

 BLUE value IS 242 (94.92% from 255) = 40.81%

R = 18.89%
G = 40.3%
B = 40.81%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70EFF2 (or 0x70EFF2) is known color: Baby Blue. HEX triplet: 70, EF and F2. RGB value is (112,239,242). Sum of RGB (Red+Green+Blue) = 112+239+242=593 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.89% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #70EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EFF2 is #8F100D. Grayscale: #C9C9C9. Windows color (decimal): -9375758 or 15921008. OLE color: 15921008.

HSL color Cylindrical-coordinate representation of color #70EFF2: hue angle of 181.38º 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 #70EFF2 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 239 242 -
CMYK 0.54 0.01 0 0.05
HSL 181.38º 0.83% 0.69% -
HSV(B) 181.38º 0.54% 0.95% -
XYZ 53.58 71.59 95 -
YUV 201.37 150.92 64.26 -
System Red Green Blue C M Y K H S L
Decimal 112 239 242 0.54 0.01 0 0.05 181.38 0.83 0.69
Hex 70 EF F2 36 1 0 5 B5 53 45
Octal 160 357 362 66 1 0 5 265 123 105
Binary 1110000 11101111 11110010 110110 1 0 101 10110101 1010011 1000101

Color Harmonies of #70EFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFF2

Black with #70EFF2

Text Example


Text Example

White with #70EFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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