Html Css Color HEX #95AAE4 Portage

📋 copy color: '#95AAE4'

red 149 ◦ green 170 ◦ blue 228

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

Shades of Portage #95AAE4

Tints of Portage #95AAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.68%

R = 27.24%
G = 31.08%
B = 41.68%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#95AAE4 (or 0x95AAE4) is known color: Portage. HEX triplet: 95, AA and E4. RGB value is (149,170,228). Sum of RGB (Red+Green+Blue) = 149+170+228=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #95AAE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AAE4 is #6A551B. Grayscale: #AAAAAA. Windows color (decimal): -6968604 or 14985877. OLE color: 14985877.

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

Color convert

RGB 149 170 228 -
CMYK 0.35 0.25 0 0.11
HSL 224.05º 0.59% 0.74% -
HSV(B) 224.05º 0.35% 0.89% -
XYZ 40.77 40.74 79.11 -
YUV 170.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 149 170 228 0.35 0.25 0 0.11 224.05 0.59 0.74
Hex 95 AA E4 23 19 0 B E0 3B 4A
Octal 225 252 344 43 31 0 13 340 73 112
Binary 10010101 10101010 11100100 100011 11001 0 1011 11100000 111011 1001010

Color Harmonies of #95AAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AAE4

Black with #95AAE4

Text Example


Text Example

White with #95AAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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