Html Css Color HEX #8BACC9 Polo Blue

📋 copy color: '#8BACC9'

red 139 ◦ green 172 ◦ blue 201

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

Shades of Polo Blue #8BACC9

Tints of Polo Blue #8BACC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 27.15%
G = 33.59%
B = 39.26%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8BACC9 (or 0x8BACC9) is known color: Polo Blue. HEX triplet: 8B, AC and C9. RGB value is (139,172,201). Sum of RGB (Red+Green+Blue) = 139+172+201=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACC9 is #745336. Grayscale: #A5A5A5. Windows color (decimal): -7623479 or 13216907. OLE color: 13216907.

HSL color Cylindrical-coordinate representation of color #8BACC9: hue angle of 208.06º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BACC9 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 172 201 -
CMYK 0.31 0.14 0 0.21
HSL 208.06º 0.36% 0.67% -
HSV(B) 208.06º 0.31% 0.79% -
XYZ 35.94 39.21 60.93 -
YUV 165.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 139 172 201 0.31 0.14 0 0.21 208.06 0.36 0.67
Hex 8B AC C9 1F E 0 15 D0 24 43
Octal 213 254 311 37 16 0 25 320 44 103
Binary 10001011 10101100 11001001 11111 1110 0 10101 11010000 100100 1000011

Color Harmonies of #8BACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACC9

Black with #8BACC9

Text Example


Text Example

White with #8BACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,172,201); }

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

background-color css

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

 a { background-color: rgb(139,172,201); }

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

border-color css

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

 span { border-color: rgb(139,172,201); }

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