Html Css Color HEX #99ADEA Perano

📋 copy color: '#99ADEA'

red 153 ◦ green 173 ◦ blue 234

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

Shades of Perano #99ADEA

Tints of Perano #99ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.89%

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

R = 27.32%
G = 30.89%
B = 41.79%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#99ADEA (or 0x99ADEA) is known color: Perano. HEX triplet: 99, AD and EA. RGB value is (153,173,234). Sum of RGB (Red+Green+Blue) = 153+173+234=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #99ADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ADEA is #665215. Grayscale: #ADADAD. Windows color (decimal): -6705686 or 15379865. OLE color: 15379865.

HSL color Cylindrical-coordinate representation of color #99ADEA: hue angle of 225.19º degrees, saturation: 0.66, 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 #99ADEA is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 173 234 -
CMYK 0.35 0.26 0 0.08
HSL 225.19º 0.66% 0.76% -
HSV(B) 225.19º 0.35% 0.92% -
XYZ 42.93 42.6 83.8 -
YUV 173.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 153 173 234 0.35 0.26 0 0.08 225.19 0.66 0.76
Hex 99 AD EA 23 1A 0 8 E1 42 4C
Octal 231 255 352 43 32 0 10 341 102 114
Binary 10011001 10101101 11101010 100011 11010 0 1000 11100001 1000010 1001100

Color Harmonies of #99ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADEA

Black with #99ADEA

Text Example


Text Example

White with #99ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,173,234); }

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

background-color css

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

 a { background-color: rgb(153,173,234); }

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

border-color css

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

 span { border-color: rgb(153,173,234); }

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