Html Css Color HEX #91ABEB Portage

📋 copy color: '#91ABEB'

red 145 ◦ green 171 ◦ blue 235

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

Shades of Portage #91ABEB

Tints of Portage #91ABEB

RGB

 RED value IS 145 (57.03% from 255) = 26.32%

 GREEN value IS 171 (67.19% from 255) = 31.03%

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 26.32%
G = 31.03%
B = 42.65%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#91ABEB (or 0x91ABEB) is known color: Portage. HEX triplet: 91, AB and EB. RGB value is (145,171,235). Sum of RGB (Red+Green+Blue) = 145+171+235=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #91ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ABEB is #6E5414. Grayscale: #AAAAAA. Windows color (decimal): -7230485 or 15444881. OLE color: 15444881.

HSL color Cylindrical-coordinate representation of color #91ABEB: hue angle of 222.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91ABEB is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 171 235 -
CMYK 0.38 0.27 0 0.08
HSL 222.67º 0.69% 0.75% -
HSV(B) 222.67º 0.38% 0.92% -
XYZ 41.24 41.14 84.37 -
YUV 170.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 145 171 235 0.38 0.27 0 0.08 222.67 0.69 0.75
Hex 91 AB EB 26 1B 0 8 DF 45 4B
Octal 221 253 353 46 33 0 10 337 105 113
Binary 10010001 10101011 11101011 100110 11011 0 1000 11011111 1000101 1001011

Color Harmonies of #91ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ABEB

Black with #91ABEB

Text Example


Text Example

White with #91ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91ABEB; }

 p { color: rgb(145,171,235); }

 H1.HeaderClassName
 {
   color: #91ABEB;
 }
 .AnyTagClassName
 {
   color: #91ABEB;
 }
</style>

background-color css

<style>
 a { background-color: #91ABEB; }

 a { background-color: rgb(145,171,235); }

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

border-color css

<style>
 span { border-color: #91ABEB; }

 span { border-color: rgb(145,171,235); }

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