Html Css Color HEX #88A3CE Polo Blue

📋 copy color: '#88A3CE'

red 136 ◦ green 163 ◦ blue 206

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

Shades of Polo Blue #88A3CE

Tints of Polo Blue #88A3CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 26.93%
G = 32.28%
B = 40.79%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#88A3CE (or 0x88A3CE) is known color: Polo Blue. HEX triplet: 88, A3 and CE. RGB value is (136,163,206). Sum of RGB (Red+Green+Blue) = 136+163+206=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #88A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A3CE is #775C31. Grayscale: #9F9F9F. Windows color (decimal): -7822386 or 13542280. OLE color: 13542280.

HSL color Cylindrical-coordinate representation of color #88A3CE: hue angle of 216.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88A3CE is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 163 206 -
CMYK 0.34 0.21 0 0.19
HSL 216.86º 0.42% 0.67% -
HSV(B) 216.86º 0.34% 0.81% -
XYZ 34.39 35.88 63.51 -
YUV 159.83 154.05 111 -
System Red Green Blue C M Y K H S L
Decimal 136 163 206 0.34 0.21 0 0.19 216.86 0.42 0.67
Hex 88 A3 CE 22 15 0 13 D9 2A 43
Octal 210 243 316 42 25 0 23 331 52 103
Binary 10001000 10100011 11001110 100010 10101 0 10011 11011001 101010 1000011

Color Harmonies of #88A3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A3CE

Black with #88A3CE

Text Example


Text Example

White with #88A3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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