Html Css Color HEX #99AAEB Perano

📋 copy color: '#99AAEB'

red 153 ◦ green 170 ◦ blue 235

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

Shades of Perano #99AAEB

Tints of Perano #99AAEB

RGB

 RED value IS 153 (60.16% from 255) = 27.42%

 GREEN value IS 170 (66.8% from 255) = 30.47%

 BLUE value IS 235 (92.19% from 255) = 42.11%

R = 27.42%
G = 30.47%
B = 42.11%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#99AAEB (or 0x99AAEB) is known color: Perano. HEX triplet: 99, AA and EB. RGB value is (153,170,235). Sum of RGB (Red+Green+Blue) = 153+170+235=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #99AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AAEB is #665514. Grayscale: #ACACAC. Windows color (decimal): -6706453 or 15444633. OLE color: 15444633.

HSL color Cylindrical-coordinate representation of color #99AAEB: hue angle of 227.56º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99AAEB is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 170 235 -
CMYK 0.35 0.28 0 0.08
HSL 227.56º 0.67% 0.76% -
HSV(B) 227.56º 0.35% 0.92% -
XYZ 42.51 41.52 84.37 -
YUV 172.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 153 170 235 0.35 0.28 0 0.08 227.56 0.67 0.76
Hex 99 AA EB 23 1C 0 8 E4 43 4C
Octal 231 252 353 43 34 0 10 344 103 114
Binary 10011001 10101010 11101011 100011 11100 0 1000 11100100 1000011 1001100

Color Harmonies of #99AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AAEB

Black with #99AAEB

Text Example


Text Example

White with #99AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AAEB; }

 p { color: rgb(153,170,235); }

 H1.HeaderClassName
 {
   color: #99AAEB;
 }
 .AnyTagClassName
 {
   color: #99AAEB;
 }
</style>

background-color css

<style>
 a { background-color: #99AAEB; }

 a { background-color: rgb(153,170,235); }

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

border-color css

<style>
 span { border-color: #99AAEB; }

 span { border-color: rgb(153,170,235); }

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