Html Css Color HEX #88ADDA Polo Blue

📋 copy color: '#88ADDA'

red 136 ◦ green 173 ◦ blue 218

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

Shades of Polo Blue #88ADDA

Tints of Polo Blue #88ADDA

RGB

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

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

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

R = 25.81%
G = 32.83%
B = 41.37%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#88ADDA (or 0x88ADDA) is known color: Polo Blue. HEX triplet: 88, AD and DA. RGB value is (136,173,218). Sum of RGB (Red+Green+Blue) = 136+173+218=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #88ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADDA is #775225. Grayscale: #A6A6A6. Windows color (decimal): -7819814 or 14331272. OLE color: 14331272.

HSL color Cylindrical-coordinate representation of color #88ADDA: hue angle of 212.93º 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 #88ADDA is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 173 218 -
CMYK 0.38 0.21 0 0.15
HSL 212.93º 0.53% 0.69% -
HSV(B) 212.93º 0.38% 0.85% -
XYZ 37.75 40.18 72.1 -
YUV 167.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 136 173 218 0.38 0.21 0 0.15 212.93 0.53 0.69
Hex 88 AD DA 26 15 0 F D5 35 45
Octal 210 255 332 46 25 0 17 325 65 105
Binary 10001000 10101101 11011010 100110 10101 0 1111 11010101 110101 1000101

Color Harmonies of #88ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ADDA

Black with #88ADDA

Text Example


Text Example

White with #88ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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