#88A1EE

Color #88A1EE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #88A1EE

Tints of Portage #88A1EE

Color information

#88A1EE (or 0x88A1EE) is unknown color: approx Portage. HEX triplet: 88, A1 and EE. RGB value is (136,161,238). Sum of RGB (Red+Green+Blue) = 136+161+238=535 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.42% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #88A1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A1EE is #775E11. Grayscale: #A1A1A1. Windows color (decimal): -7822866 or 15638920. OLE color: 15638920.

HSL color Cylindrical-coordinate representation of color #88A1EE: hue angle of 225.29º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88A1EE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136161238-
CMYK0.430.3200.07
HSL225.29º75%73.33%-
HSV(B)225.29º42.86%93.33%-
XYZ38.3336.985.99-
YUV162.3170.72109.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.42%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=25.42%
G=30.09%
B=44.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361612380.430.3200.07225.297573.33
Hex88A1EE2B2007e14b49
Octal210241356534007341113111
Binary10001000101000011110111010101110000001111110000110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A1EE; }

 p { color: rgb(136,161,238); }

 H1.HeaderClassName
 {
   color: #88A1EE;
 }
 .AnyTagClassName
 {
   color: #88A1EE;
 }
</style>
background-color css

<style>
 a { background-color: #88A1EE; }

 a { background-color: rgb(136,161,238); }

 div.DivClassName
 {
   background-color: #88A1EE;
 }
 .BgClassName
 {
   background-color: #88A1EE;
 }
</style>
border-color css

<style>
 span { border-color: #88A1EE; }

 span { border-color: rgb(136,161,238); }

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