Html Css Color HEX #88B2D5 Polo Blue

📋 copy color: '#88B2D5'

red 136 ◦ green 178 ◦ blue 213

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

Shades of Polo Blue #88B2D5

Tints of Polo Blue #88B2D5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.78%

 BLUE value IS 213 (83.59% from 255) = 40.42%

R = 25.81%
G = 33.78%
B = 40.42%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#88B2D5 (or 0x88B2D5) is known color: Polo Blue. HEX triplet: 88, B2 and D5. RGB value is (136,178,213). Sum of RGB (Red+Green+Blue) = 136+178+213=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #88B2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B2D5 is #774D2A. Grayscale: #A9A9A9. Windows color (decimal): -7818539 or 14004872. OLE color: 14004872.

HSL color Cylindrical-coordinate representation of color #88B2D5: hue angle of 207.27º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88B2D5 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 178 213 -
CMYK 0.36 0.16 0 0.16
HSL 207.27º 0.48% 0.68% -
HSV(B) 207.27º 0.36% 0.84% -
XYZ 38.08 41.88 69.03 -
YUV 169.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 136 178 213 0.36 0.16 0 0.16 207.27 0.48 0.68
Hex 88 B2 D5 24 10 0 10 CF 30 44
Octal 210 262 325 44 20 0 20 317 60 104
Binary 10001000 10110010 11010101 100100 10000 0 10000 11001111 110000 1000100

Color Harmonies of #88B2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B2D5

Black with #88B2D5

Text Example


Text Example

White with #88B2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,178,213); }

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

background-color css

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

 a { background-color: rgb(136,178,213); }

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

border-color css

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

 span { border-color: rgb(136,178,213); }

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