Html Css Color HEX #99A0EE Portage

📋 copy color: '#99A0EE'

red 153 ◦ green 160 ◦ blue 238

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

Shades of Portage #99A0EE

Tints of Portage #99A0EE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.04%

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 27.77%
G = 29.04%
B = 43.19%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#99A0EE (or 0x99A0EE) is known color: Portage. HEX triplet: 99, A0 and EE. RGB value is (153,160,238). Sum of RGB (Red+Green+Blue) = 153+160+238=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #99A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A0EE is #665F11. Grayscale: #A6A6A6. Windows color (decimal): -6709010 or 15638681. OLE color: 15638681.

HSL color Cylindrical-coordinate representation of color #99A0EE: hue angle of 235.06º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99A0EE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 160 238 -
CMYK 0.36 0.33 0 0.07
HSL 235.06º 0.71% 0.77% -
HSV(B) 235.06º 0.36% 0.93% -
XYZ 41.14 38.09 86.07 -
YUV 166.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 153 160 238 0.36 0.33 0 0.07 235.06 0.71 0.77
Hex 99 A0 EE 24 21 0 7 EB 47 4D
Octal 231 240 356 44 41 0 7 353 107 115
Binary 10011001 10100000 11101110 100100 100001 0 111 11101011 1000111 1001101

Color Harmonies of #99A0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A0EE

Black with #99A0EE

Text Example


Text Example

White with #99A0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,160,238); }

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

background-color css

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

 a { background-color: rgb(153,160,238); }

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

border-color css

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

 span { border-color: rgb(153,160,238); }

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