Html Css Color HEX #70FFE9 Baby Blue

📋 copy color: '#70FFE9'

red 112 ◦ green 255 ◦ blue 233

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

Shades of Baby Blue #70FFE9

Tints of Baby Blue #70FFE9

RGB

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

 GREEN value IS 255 (100% from 255) = 42.5%

 BLUE value IS 233 (91.41% from 255) = 38.83%

R = 18.67%
G = 42.5%
B = 38.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#70FFE9 (or 0x70FFE9) is known color: Baby Blue. HEX triplet: 70, FF and E9. RGB value is (112,255,233). Sum of RGB (Red+Green+Blue) = 112+255+233=600 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.67% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFE9 is #8F0016. Grayscale: #D1D1D1. Windows color (decimal): -9371671 or 15335280. OLE color: 15335280.

HSL color Cylindrical-coordinate representation of color #70FFE9: hue angle of 170.77º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFE9 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 112 255 233 -
CMYK 0.56 0 0.09 0
HSL 170.77º 1% 0.72% -
HSV(B) 170.77º 0.56% 1% -
XYZ 57.15 80.85 89.68 -
YUV 209.74 141.12 58.29 -
System Red Green Blue C M Y K H S L
Decimal 112 255 233 0.56 0 0.09 0 170.77 1 0.72
Hex 70 FF E9 38 0 9 0 AB 64 48
Octal 160 377 351 70 0 11 0 253 144 110
Binary 1110000 11111111 11101001 111000 0 1001 0 10101011 1100100 1001000

Color Harmonies of #70FFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FFE9

Black with #70FFE9

Text Example


Text Example

White with #70FFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,255,233); }

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

background-color css

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

 a { background-color: rgb(112,255,233); }

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

border-color css

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

 span { border-color: rgb(112,255,233); }

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