Html Css Color HEX #8BABD0 Polo Blue

📋 copy color: '#8BABD0'

red 139 ◦ green 171 ◦ blue 208

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

Shades of Polo Blue #8BABD0

Tints of Polo Blue #8BABD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.15%

R = 26.83%
G = 33.01%
B = 40.15%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8BABD0 (or 0x8BABD0) is known color: Polo Blue. HEX triplet: 8B, AB and D0. RGB value is (139,171,208). Sum of RGB (Red+Green+Blue) = 139+171+208=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #8BABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABD0 is #74542F. Grayscale: #A5A5A5. Windows color (decimal): -7623728 or 13675403. OLE color: 13675403.

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

Color convert

RGB 139 171 208 -
CMYK 0.33 0.18 0 0.18
HSL 212.17º 0.42% 0.68% -
HSV(B) 212.17º 0.33% 0.82% -
XYZ 36.6 39.17 65.31 -
YUV 165.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 139 171 208 0.33 0.18 0 0.18 212.17 0.42 0.68
Hex 8B AB D0 21 12 0 12 D4 2A 44
Octal 213 253 320 41 22 0 22 324 52 104
Binary 10001011 10101011 11010000 100001 10010 0 10010 11010100 101010 1000100

Color Harmonies of #8BABD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BABD0

Black with #8BABD0

Text Example


Text Example

White with #8BABD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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