Html Css Color HEX #8BAEC9 Polo Blue

📋 copy color: '#8BAEC9'

red 139 ◦ green 174 ◦ blue 201

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

Shades of Polo Blue #8BAEC9

Tints of Polo Blue #8BAEC9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.85%

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

R = 27.04%
G = 33.85%
B = 39.11%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8BAEC9 (or 0x8BAEC9) is known color: Polo Blue. HEX triplet: 8B, AE and C9. RGB value is (139,174,201). Sum of RGB (Red+Green+Blue) = 139+174+201=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BAEC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEC9 is #745136. Grayscale: #A6A6A6. Windows color (decimal): -7622967 or 13217419. OLE color: 13217419.

HSL color Cylindrical-coordinate representation of color #8BAEC9: hue angle of 206.13º 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 #8BAEC9 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 174 201 -
CMYK 0.31 0.13 0 0.21
HSL 206.13º 0.36% 0.67% -
HSV(B) 206.13º 0.31% 0.79% -
XYZ 36.33 39.98 61.06 -
YUV 166.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 139 174 201 0.31 0.13 0 0.21 206.13 0.36 0.67
Hex 8B AE C9 1F D 0 15 CE 24 43
Octal 213 256 311 37 15 0 25 316 44 103
Binary 10001011 10101110 11001001 11111 1101 0 10101 11001110 100100 1000011

Color Harmonies of #8BAEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAEC9

Black with #8BAEC9

Text Example


Text Example

White with #8BAEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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