Html Css Color HEX #88A7CB Polo Blue

📋 copy color: '#88A7CB'

red 136 ◦ green 167 ◦ blue 203

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

Shades of Polo Blue #88A7CB

Tints of Polo Blue #88A7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33%

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

R = 26.88%
G = 33%
B = 40.12%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88A7CB (or 0x88A7CB) is known color: Polo Blue. HEX triplet: 88, A7 and CB. RGB value is (136,167,203). Sum of RGB (Red+Green+Blue) = 136+167+203=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #88A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A7CB is #775834. Grayscale: #A1A1A1. Windows color (decimal): -7821365 or 13346696. OLE color: 13346696.

HSL color Cylindrical-coordinate representation of color #88A7CB: hue angle of 212.24º 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 #88A7CB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 167 203 -
CMYK 0.33 0.18 0 0.20
HSL 212.24º 0.39% 0.66% -
HSV(B) 212.24º 0.33% 0.8% -
XYZ 34.75 37.18 61.85 -
YUV 161.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 136 167 203 0.33 0.18 0 0.20 212.24 0.39 0.66
Hex 88 A7 CB 21 12 0 14 D4 27 42
Octal 210 247 313 41 22 0 24 324 47 102
Binary 10001000 10100111 11001011 100001 10010 0 10100 11010100 100111 1000010

Color Harmonies of #88A7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A7CB

Black with #88A7CB

Text Example


Text Example

White with #88A7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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