Html Css Color HEX #8BABCE Polo Blue

📋 copy color: '#8BABCE'

red 139 ◦ green 171 ◦ blue 206

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

Shades of Polo Blue #8BABCE

Tints of Polo Blue #8BABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 26.94%
G = 33.14%
B = 39.92%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8BABCE (or 0x8BABCE) is known color: Polo Blue. HEX triplet: 8B, AB and CE. RGB value is (139,171,206). Sum of RGB (Red+Green+Blue) = 139+171+206=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABCE is #745431. Grayscale: #A5A5A5. Windows color (decimal): -7623730 or 13544331. OLE color: 13544331.

HSL color Cylindrical-coordinate representation of color #8BABCE: hue angle of 211.34º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BABCE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 171 206 -
CMYK 0.33 0.17 0 0.19
HSL 211.34º 0.41% 0.68% -
HSV(B) 211.34º 0.33% 0.81% -
XYZ 36.35 39.07 64.02 -
YUV 165.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 139 171 206 0.33 0.17 0 0.19 211.34 0.41 0.68
Hex 8B AB CE 21 11 0 13 D3 29 44
Octal 213 253 316 41 21 0 23 323 51 104
Binary 10001011 10101011 11001110 100001 10001 0 10011 11010011 101001 1000100

Color Harmonies of #8BABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BABCE

Black with #8BABCE

Text Example


Text Example

White with #8BABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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