Html Css Color HEX #88A3CD Polo Blue

📋 copy color: '#88A3CD'

red 136 ◦ green 163 ◦ blue 205

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

Shades of Polo Blue #88A3CD

Tints of Polo Blue #88A3CD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.34%

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 26.98%
G = 32.34%
B = 40.67%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88A3CD (or 0x88A3CD) is known color: Polo Blue. HEX triplet: 88, A3 and CD. RGB value is (136,163,205). Sum of RGB (Red+Green+Blue) = 136+163+205=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #88A3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A3CD is #775C32. Grayscale: #9F9F9F. Windows color (decimal): -7822387 or 13476744. OLE color: 13476744.

HSL color Cylindrical-coordinate representation of color #88A3CD: hue angle of 216.52º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88A3CD is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 163 205 -
CMYK 0.34 0.20 0 0.20
HSL 216.52º 0.41% 0.67% -
HSV(B) 216.52º 0.34% 0.8% -
XYZ 34.27 35.84 62.87 -
YUV 159.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 136 163 205 0.34 0.20 0 0.20 216.52 0.41 0.67
Hex 88 A3 CD 22 14 0 14 D9 29 43
Octal 210 243 315 42 24 0 24 331 51 103
Binary 10001000 10100011 11001101 100010 10100 0 10100 11011001 101001 1000011

Color Harmonies of #88A3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A3CD

Black with #88A3CD

Text Example


Text Example

White with #88A3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,163,205); }

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

background-color css

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

 a { background-color: rgb(136,163,205); }

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

border-color css

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

 span { border-color: rgb(136,163,205); }

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