Html Css Color HEX #8BABCC Polo Blue

📋 copy color: '#8BABCC'

red 139 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #8BABCC

Tints of Polo Blue #8BABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 27.04%
G = 33.27%
B = 39.69%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8BABCC (or 0x8BABCC) is known color: Polo Blue. HEX triplet: 8B, AB and CC. RGB value is (139,171,204). Sum of RGB (Red+Green+Blue) = 139+171+204=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABCC is #745433. Grayscale: #A5A5A5. Windows color (decimal): -7623732 or 13413259. OLE color: 13413259.

HSL color Cylindrical-coordinate representation of color #8BABCC: hue angle of 210.46º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BABCC is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 139 171 204 -
CMYK 0.32 0.16 0 0.2
HSL 210.46º 0.39% 0.67% -
HSV(B) 210.46º 0.32% 0.8% -
XYZ 36.11 38.97 62.75 -
YUV 165.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 139 171 204 0.32 0.16 0 0.2 210.46 0.39 0.67
Hex 8B AB CC 20 10 0 14 D2 27 43
Octal 213 253 314 40 20 0 24 322 47 103
Binary 10001011 10101011 11001100 100000 10000 0 10100 11010010 100111 1000011

Color Harmonies of #8BABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BABCC

Black with #8BABCC

Text Example


Text Example

White with #8BABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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