Html Css Color HEX #8BABC8 Polo Blue

📋 copy color: '#8BABC8'

red 139 ◦ green 171 ◦ blue 200

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

Shades of Polo Blue #8BABC8

Tints of Polo Blue #8BABC8

RGB

 RED value IS 139 (54.69% from 255) = 27.25%

 GREEN value IS 171 (67.19% from 255) = 33.53%

 BLUE value IS 200 (78.52% from 255) = 39.22%

R = 27.25%
G = 33.53%
B = 39.22%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8BABC8 (or 0x8BABC8) is known color: Polo Blue. HEX triplet: 8B, AB and C8. RGB value is (139,171,200). Sum of RGB (Red+Green+Blue) = 139+171+200=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #8BABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABC8 is #745437. Grayscale: #A4A4A4. Windows color (decimal): -7623736 or 13151115. OLE color: 13151115.

HSL color Cylindrical-coordinate representation of color #8BABC8: hue angle of 208.52º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BABC8 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 139 171 200 -
CMYK 0.30 0.14 0 0.22
HSL 208.52º 0.36% 0.66% -
HSV(B) 208.52º 0.31% 0.78% -
XYZ 35.64 38.78 60.25 -
YUV 164.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 139 171 200 0.30 0.14 0 0.22 208.52 0.36 0.66
Hex 8B AB C8 1E E 0 16 D1 24 42
Octal 213 253 310 36 16 0 26 321 44 102
Binary 10001011 10101011 11001000 11110 1110 0 10110 11010001 100100 1000010

Color Harmonies of #8BABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BABC8

Black with #8BABC8

Text Example


Text Example

White with #8BABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BABC8; }

 p { color: rgb(139,171,200); }

 H1.HeaderClassName
 {
   color: #8BABC8;
 }
 .AnyTagClassName
 {
   color: #8BABC8;
 }
</style>

background-color css

<style>
 a { background-color: #8BABC8; }

 a { background-color: rgb(139,171,200); }

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

border-color css

<style>
 span { border-color: #8BABC8; }

 span { border-color: rgb(139,171,200); }

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