Html Css Color HEX #88AFCD Polo Blue

📋 copy color: '#88AFCD'

red 136 ◦ green 175 ◦ blue 205

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

Shades of Polo Blue #88AFCD

Tints of Polo Blue #88AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.91%

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 26.36%
G = 33.91%
B = 39.73%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88AFCD (or 0x88AFCD) is known color: Polo Blue. HEX triplet: 88, AF and CD. RGB value is (136,175,205). Sum of RGB (Red+Green+Blue) = 136+175+205=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #88AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFCD is #775032. Grayscale: #A6A6A6. Windows color (decimal): -7819315 or 13479816. OLE color: 13479816.

HSL color Cylindrical-coordinate representation of color #88AFCD: hue angle of 206.09º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88AFCD is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 175 205 -
CMYK 0.34 0.15 0 0.20
HSL 206.09º 0.41% 0.67% -
HSV(B) 206.09º 0.34% 0.8% -
XYZ 36.5 40.3 63.61 -
YUV 166.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 136 175 205 0.34 0.15 0 0.20 206.09 0.41 0.67
Hex 88 AF CD 22 F 0 14 CE 29 43
Octal 210 257 315 42 17 0 24 316 51 103
Binary 10001000 10101111 11001101 100010 1111 0 10100 11001110 101001 1000011

Color Harmonies of #88AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AFCD

Black with #88AFCD

Text Example


Text Example

White with #88AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,175,205); }

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

background-color css

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

 a { background-color: rgb(136,175,205); }

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

border-color css

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

 span { border-color: rgb(136,175,205); }

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