Html Css Color HEX #70FEE7 Baby Blue

📋 copy color: '#70FEE7'

red 112 ◦ green 254 ◦ blue 231

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

Shades of Baby Blue #70FEE7

Tints of Baby Blue #70FEE7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.55%

 BLUE value IS 231 (90.63% from 255) = 38.69%

R = 18.76%
G = 42.55%
B = 38.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#70FEE7 (or 0x70FEE7) is known color: Baby Blue. HEX triplet: 70, FE and E7. RGB value is (112,254,231). Sum of RGB (Red+Green+Blue) = 112+254+231=597 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.76% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FEE7 is #8F0118. Grayscale: #D0D0D0. Windows color (decimal): -9371929 or 15203952. OLE color: 15203952.

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

Color convert

RGB 112 254 231 -
CMYK 0.56 0 0.09 0.00
HSL 170.28º 0.99% 0.72% -
HSV(B) 170.28º 0.56% 1% -
XYZ 56.55 80.1 88.08 -
YUV 208.92 140.46 58.87 -
System Red Green Blue C M Y K H S L
Decimal 112 254 231 0.56 0 0.09 0.00 170.28 0.99 0.72
Hex 70 FE E7 38 0 9 0 AA 63 48
Octal 160 376 347 70 0 11 0 252 143 110
Binary 1110000 11111110 11100111 111000 0 1001 0 10101010 1100011 1001000

Color Harmonies of #70FEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FEE7

Black with #70FEE7

Text Example


Text Example

White with #70FEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,254,231); }

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

background-color css

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

 a { background-color: rgb(112,254,231); }

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

border-color css

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

 span { border-color: rgb(112,254,231); }

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