Html Css Color HEX #88A1CB Polo Blue

📋 copy color: '#88A1CB'

red 136 ◦ green 161 ◦ blue 203

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

Shades of Polo Blue #88A1CB

Tints of Polo Blue #88A1CB

RGB

 RED value IS 136 (53.52% from 255) = 27.2%

 GREEN value IS 161 (63.28% from 255) = 32.2%

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 27.2%
G = 32.2%
B = 40.6%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88A1CB (or 0x88A1CB) is known color: Polo Blue. HEX triplet: 88, A1 and CB. RGB value is (136,161,203). Sum of RGB (Red+Green+Blue) = 136+161+203=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #88A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A1CB is #775E34. Grayscale: #9E9E9E. Windows color (decimal): -7822901 or 13345160. OLE color: 13345160.

HSL color Cylindrical-coordinate representation of color #88A1CB: hue angle of 217.61º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88A1CB is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 161 203 -
CMYK 0.33 0.21 0 0.20
HSL 217.61º 0.39% 0.66% -
HSV(B) 217.61º 0.33% 0.8% -
XYZ 33.68 35.04 61.49 -
YUV 158.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 136 161 203 0.33 0.21 0 0.20 217.61 0.39 0.66
Hex 88 A1 CB 21 15 0 14 DA 27 42
Octal 210 241 313 41 25 0 24 332 47 102
Binary 10001000 10100001 11001011 100001 10101 0 10100 11011010 100111 1000010

Color Harmonies of #88A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A1CB

Black with #88A1CB

Text Example


Text Example

White with #88A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88A1CB;
 }
 .AnyTagClassName
 {
   color: #88A1CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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