Html Css Color HEX #99A5E0 Portage

📋 copy color: '#99A5E0'

red 153 ◦ green 165 ◦ blue 224

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

Shades of Portage #99A5E0

Tints of Portage #99A5E0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.44%

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 28.23%
G = 30.44%
B = 41.33%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#99A5E0 (or 0x99A5E0) is known color: Portage. HEX triplet: 99, A5 and E0. RGB value is (153,165,224). Sum of RGB (Red+Green+Blue) = 153+165+224=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #99A5E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5E0 is #665A1F. Grayscale: #A7A7A7. Windows color (decimal): -6707744 or 14722457. OLE color: 14722457.

HSL color Cylindrical-coordinate representation of color #99A5E0: hue angle of 229.86º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99A5E0 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 165 224 -
CMYK 0.32 0.26 0 0.12
HSL 229.86º 0.53% 0.74% -
HSV(B) 229.86º 0.32% 0.88% -
XYZ 40.05 39.06 75.95 -
YUV 168.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 153 165 224 0.32 0.26 0 0.12 229.86 0.53 0.74
Hex 99 A5 E0 20 1A 0 C E6 35 4A
Octal 231 245 340 40 32 0 14 346 65 112
Binary 10011001 10100101 11100000 100000 11010 0 1100 11100110 110101 1001010

Color Harmonies of #99A5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A5E0

Black with #99A5E0

Text Example


Text Example

White with #99A5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,165,224); }

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

background-color css

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

 a { background-color: rgb(153,165,224); }

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

border-color css

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

 span { border-color: rgb(153,165,224); }

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