Html Css Color HEX #70FFEA Baby Blue

📋 copy color: '#70FFEA'

red 112 ◦ green 255 ◦ blue 234

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

Shades of Baby Blue #70FFEA

Tints of Baby Blue #70FFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 18.64%
G = 42.43%
B = 38.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#70FFEA (or 0x70FFEA) is known color: Baby Blue. HEX triplet: 70, FF and EA. RGB value is (112,255,234). Sum of RGB (Red+Green+Blue) = 112+255+234=601 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.64% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FFEA is #8F0015. Grayscale: #D1D1D1. Windows color (decimal): -9371670 or 15400816. OLE color: 15400816.

HSL color Cylindrical-coordinate representation of color #70FFEA: hue angle of 171.19º 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 #70FFEA is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 112 255 234 -
CMYK 0.56 0 0.08 0
HSL 171.19º 1% 0.72% -
HSV(B) 171.19º 0.56% 1% -
XYZ 57.29 80.91 90.44 -
YUV 209.85 141.62 58.21 -
System Red Green Blue C M Y K H S L
Decimal 112 255 234 0.56 0 0.08 0 171.19 1 0.72
Hex 70 FF EA 38 0 8 0 AB 64 48
Octal 160 377 352 70 0 10 0 253 144 110
Binary 1110000 11111111 11101010 111000 0 1000 0 10101011 1100100 1001000

Color Harmonies of #70FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FFEA

Black with #70FFEA

Text Example


Text Example

White with #70FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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