Html Css Color HEX #88ACCF Polo Blue

📋 copy color: '#88ACCF'

red 136 ◦ green 172 ◦ blue 207

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

Shades of Polo Blue #88ACCF

Tints of Polo Blue #88ACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.4%

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 26.41%
G = 33.4%
B = 40.19%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#88ACCF (or 0x88ACCF) is known color: Polo Blue. HEX triplet: 88, AC and CF. RGB value is (136,172,207). Sum of RGB (Red+Green+Blue) = 136+172+207=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #88ACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACCF is #775330. Grayscale: #A5A5A5. Windows color (decimal): -7820081 or 13610120. OLE color: 13610120.

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

Color convert

RGB 136 172 207 -
CMYK 0.34 0.17 0 0.19
HSL 209.58º 0.43% 0.67% -
HSV(B) 209.58º 0.34% 0.81% -
XYZ 36.17 39.24 64.7 -
YUV 165.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 136 172 207 0.34 0.17 0 0.19 209.58 0.43 0.67
Hex 88 AC CF 22 11 0 13 D2 2B 43
Octal 210 254 317 42 21 0 23 322 53 103
Binary 10001000 10101100 11001111 100010 10001 0 10011 11010010 101011 1000011

Color Harmonies of #88ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ACCF

Black with #88ACCF

Text Example


Text Example

White with #88ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,172,207); }

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

background-color css

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

 a { background-color: rgb(136,172,207); }

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

border-color css

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

 span { border-color: rgb(136,172,207); }

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