Html Css Color HEX #88A8DA Polo Blue

📋 copy color: '#88A8DA'

red 136 ◦ green 168 ◦ blue 218

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

Shades of Polo Blue #88A8DA

Tints of Polo Blue #88A8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.18%

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 26.05%
G = 32.18%
B = 41.76%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#88A8DA (or 0x88A8DA) is known color: Polo Blue. HEX triplet: 88, A8 and DA. RGB value is (136,168,218). Sum of RGB (Red+Green+Blue) = 136+168+218=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #88A8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A8DA is #775725. Grayscale: #A3A3A3. Windows color (decimal): -7821094 or 14329992. OLE color: 14329992.

HSL color Cylindrical-coordinate representation of color #88A8DA: hue angle of 216.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88A8DA is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 168 218 -
CMYK 0.38 0.23 0 0.15
HSL 216.59º 0.53% 0.69% -
HSV(B) 216.59º 0.38% 0.85% -
XYZ 36.81 38.3 71.78 -
YUV 164.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 136 168 218 0.38 0.23 0 0.15 216.59 0.53 0.69
Hex 88 A8 DA 26 17 0 F D9 35 45
Octal 210 250 332 46 27 0 17 331 65 105
Binary 10001000 10101000 11011010 100110 10111 0 1111 11011001 110101 1000101

Color Harmonies of #88A8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A8DA

Black with #88A8DA

Text Example


Text Example

White with #88A8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,168,218); }

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

background-color css

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

 a { background-color: rgb(136,168,218); }

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

border-color css

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

 span { border-color: rgb(136,168,218); }

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