Html Css Color HEX #88ADC6 Polo Blue

📋 copy color: '#88ADC6'

red 136 ◦ green 173 ◦ blue 198

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

Shades of Polo Blue #88ADC6

Tints of Polo Blue #88ADC6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.12%

 BLUE value IS 198 (77.73% from 255) = 39.05%

R = 26.82%
G = 34.12%
B = 39.05%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#88ADC6 (or 0x88ADC6) is known color: Polo Blue. HEX triplet: 88, AD and C6. RGB value is (136,173,198). Sum of RGB (Red+Green+Blue) = 136+173+198=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #88ADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADC6 is #775239. Grayscale: #A4A4A4. Windows color (decimal): -7819834 or 13020552. OLE color: 13020552.

HSL color Cylindrical-coordinate representation of color #88ADC6: hue angle of 204.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88ADC6 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 173 198 -
CMYK 0.31 0.13 0 0.22
HSL 204.19º 0.35% 0.65% -
HSV(B) 204.19º 0.31% 0.78% -
XYZ 35.29 39.2 59.13 -
YUV 164.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 136 173 198 0.31 0.13 0 0.22 204.19 0.35 0.65
Hex 88 AD C6 1F D 0 16 CC 23 41
Octal 210 255 306 37 15 0 26 314 43 101
Binary 10001000 10101101 11000110 11111 1101 0 10110 11001100 100011 1000001

Color Harmonies of #88ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ADC6

Black with #88ADC6

Text Example


Text Example

White with #88ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,173,198); }

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

background-color css

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

 a { background-color: rgb(136,173,198); }

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

border-color css

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

 span { border-color: rgb(136,173,198); }

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