Html Css Color HEX #70FAE8 Baby Blue

📋 copy color: '#70FAE8'

red 112 ◦ green 250 ◦ blue 232

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

Shades of Baby Blue #70FAE8

Tints of Baby Blue #70FAE8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.09%

 BLUE value IS 232 (91.02% from 255) = 39.06%

R = 18.86%
G = 42.09%
B = 39.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#70FAE8 (or 0x70FAE8) is known color: Baby Blue. HEX triplet: 70, FA and E8. RGB value is (112,250,232). Sum of RGB (Red+Green+Blue) = 112+250+232=594 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.86% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FAE8 is #8F0517. Grayscale: #CECECE. Windows color (decimal): -9372952 or 15268464. OLE color: 15268464.

HSL color Cylindrical-coordinate representation of color #70FAE8: hue angle of 172.17º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FAE8 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 250 232 -
CMYK 0.55 0 0.07 0.02
HSL 172.17º 0.93% 0.71% -
HSV(B) 172.17º 0.55% 0.98% -
XYZ 55.43 77.64 88.41 -
YUV 206.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 112 250 232 0.55 0 0.07 0.02 172.17 0.93 0.71
Hex 70 FA E8 37 0 7 2 AC 5D 47
Octal 160 372 350 67 0 7 2 254 135 107
Binary 1110000 11111010 11101000 110111 0 111 10 10101100 1011101 1000111

Color Harmonies of #70FAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FAE8

Black with #70FAE8

Text Example


Text Example

White with #70FAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,250,232); }

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

background-color css

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

 a { background-color: rgb(112,250,232); }

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

border-color css

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

 span { border-color: rgb(112,250,232); }

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