Html Css Color HEX #8BADD1 Polo Blue

📋 copy color: '#8BADD1'

red 139 ◦ green 173 ◦ blue 209

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

Shades of Polo Blue #8BADD1

Tints of Polo Blue #8BADD1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.21%

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

R = 26.68%
G = 33.21%
B = 40.12%

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

#8BADD1 (or 0x8BADD1) is known color: Polo Blue. HEX triplet: 8B, AD and D1. RGB value is (139,173,209). Sum of RGB (Red+Green+Blue) = 139+173+209=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #8BADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADD1 is #74522E. Grayscale: #A6A6A6. Windows color (decimal): -7623215 or 13741451. OLE color: 13741451.

HSL color Cylindrical-coordinate representation of color #8BADD1: hue angle of 210.86º 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 #8BADD1 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 173 209 -
CMYK 0.33 0.17 0 0.18
HSL 210.86º 0.43% 0.68% -
HSV(B) 210.86º 0.33% 0.82% -
XYZ 37.1 39.98 66.08 -
YUV 166.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 139 173 209 0.33 0.17 0 0.18 210.86 0.43 0.68
Hex 8B AD D1 21 11 0 12 D3 2B 44
Octal 213 255 321 41 21 0 22 323 53 104
Binary 10001011 10101101 11010001 100001 10001 0 10010 11010011 101011 1000100

Color Harmonies of #8BADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADD1

Black with #8BADD1

Text Example


Text Example

White with #8BADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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