#88A2E8

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

Shades of Portage #88A2E8

Tints of Portage #88A2E8

Color information

#88A2E8 (or 0x88A2E8) is unknown color: approx Portage. HEX triplet: 88, A2 and E8. RGB value is (136,162,232). Sum of RGB (Red+Green+Blue) = 136+162+232=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #88A2E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A2E8 is #775D17. Grayscale: #A1A1A1. Windows color (decimal): -7822616 or 15245960. OLE color: 15245960.

HSL color Cylindrical-coordinate representation of color #88A2E8: hue angle of 223.75º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88A2E8 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB136162232-
CMYK0.410.3000.09
HSL223.75º67.61%72.16%-
HSV(B)223.75º41.38%90.98%-
XYZ37.6436.981.48-
YUV162.21167.39109.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 162 (63.67% from 255) = 30.57%
BLUE value IS 232 (91.02% from 255) = 43.77%
R=25.66%
G=30.57%
B=43.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1361622320.410.3000.09223.7567.6172.16
Hex88A2E8291E09e04448
Octal2102423505136011340104110
Binary10001000101000101110100010100111110010011110000010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,162,232); }

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

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

 a { background-color: rgb(136,162,232); }

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

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

 span { border-color: rgb(136,162,232); }

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