Html Css Color HEX #8BAED1 Polo Blue

📋 copy color: '#8BAED1'

red 139 ◦ green 174 ◦ blue 209

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

Shades of Polo Blue #8BAED1

Tints of Polo Blue #8BAED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.04%

R = 26.63%
G = 33.33%
B = 40.04%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8BAED1 (or 0x8BAED1) is known color: Polo Blue. HEX triplet: 8B, AE and D1. RGB value is (139,174,209). Sum of RGB (Red+Green+Blue) = 139+174+209=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #8BAED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAED1 is #74512E. Grayscale: #A7A7A7. Windows color (decimal): -7622959 or 13741707. OLE color: 13741707.

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

Color convert

RGB 139 174 209 -
CMYK 0.33 0.17 0 0.18
HSL 210º 0.43% 0.68% -
HSV(B) 210º 0.33% 0.82% -
XYZ 37.29 40.36 66.15 -
YUV 167.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 139 174 209 0.33 0.17 0 0.18 210 0.43 0.68
Hex 8B AE D1 21 11 0 12 D2 2B 44
Octal 213 256 321 41 21 0 22 322 53 104
Binary 10001011 10101110 11010001 100001 10001 0 10010 11010010 101011 1000100

Color Harmonies of #8BAED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAED1

Black with #8BAED1

Text Example


Text Example

White with #8BAED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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