Html Css Color HEX #88ADCE Polo Blue

📋 copy color: '#88ADCE'

red 136 ◦ green 173 ◦ blue 206

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

Shades of Polo Blue #88ADCE

Tints of Polo Blue #88ADCE

RGB

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

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

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

R = 26.41%
G = 33.59%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#88ADCE (or 0x88ADCE) is known color: Polo Blue. HEX triplet: 88, AD and CE. RGB value is (136,173,206). Sum of RGB (Red+Green+Blue) = 136+173+206=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #88ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADCE is #775231. Grayscale: #A5A5A5. Windows color (decimal): -7819826 or 13544840. OLE color: 13544840.

HSL color Cylindrical-coordinate representation of color #88ADCE: hue angle of 208.29º 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 #88ADCE is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 173 206 -
CMYK 0.34 0.16 0 0.19
HSL 208.29º 0.42% 0.67% -
HSV(B) 208.29º 0.34% 0.81% -
XYZ 36.24 39.58 64.12 -
YUV 165.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 136 173 206 0.34 0.16 0 0.19 208.29 0.42 0.67
Hex 88 AD CE 22 10 0 13 D0 2A 43
Octal 210 255 316 42 20 0 23 320 52 103
Binary 10001000 10101101 11001110 100010 10000 0 10011 11010000 101010 1000011

Color Harmonies of #88ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ADCE

Black with #88ADCE

Text Example


Text Example

White with #88ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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