Html Css Color HEX #95AAE2 Portage

📋 copy color: '#95AAE2'

red 149 ◦ green 170 ◦ blue 226

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

Shades of Portage #95AAE2

Tints of Portage #95AAE2

RGB

 RED value IS 149 (58.59% from 255) = 27.34%

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

 BLUE value IS 226 (88.67% from 255) = 41.47%

R = 27.34%
G = 31.19%
B = 41.47%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#95AAE2 (or 0x95AAE2) is known color: Portage. HEX triplet: 95, AA and E2. RGB value is (149,170,226). Sum of RGB (Red+Green+Blue) = 149+170+226=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 226 - color contains mainly: blue. Hex color #95AAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AAE2 is #6A551D. Grayscale: #A9A9A9. Windows color (decimal): -6968606 or 14854805. OLE color: 14854805.

HSL color Cylindrical-coordinate representation of color #95AAE2: hue angle of 223.64º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95AAE2 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 170 226 -
CMYK 0.34 0.25 0 0.11
HSL 223.64º 0.57% 0.74% -
HSV(B) 223.64º 0.34% 0.89% -
XYZ 40.5 40.63 77.66 -
YUV 170.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 149 170 226 0.34 0.25 0 0.11 223.64 0.57 0.74
Hex 95 AA E2 22 19 0 B E0 39 4A
Octal 225 252 342 42 31 0 13 340 71 112
Binary 10010101 10101010 11100010 100010 11001 0 1011 11100000 111001 1001010

Color Harmonies of #95AAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AAE2

Black with #95AAE2

Text Example


Text Example

White with #95AAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95AAE2; }

 p { color: rgb(149,170,226); }

 H1.HeaderClassName
 {
   color: #95AAE2;
 }
 .AnyTagClassName
 {
   color: #95AAE2;
 }
</style>

background-color css

<style>
 a { background-color: #95AAE2; }

 a { background-color: rgb(149,170,226); }

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

border-color css

<style>
 span { border-color: #95AAE2; }

 span { border-color: rgb(149,170,226); }

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