Html Css Color HEX #8BB1DB Polo Blue

📋 copy color: '#8BB1DB'

red 139 ◦ green 177 ◦ blue 219

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

Shades of Polo Blue #8BB1DB

Tints of Polo Blue #8BB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.08%

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 25.98%
G = 33.08%
B = 40.93%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BB1DB (or 0x8BB1DB) is known color: Polo Blue. HEX triplet: 8B, B1 and DB. RGB value is (139,177,219). Sum of RGB (Red+Green+Blue) = 139+177+219=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BB1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1DB is #744E24. Grayscale: #AAAAAA. Windows color (decimal): -7622181 or 14397835. OLE color: 14397835.

HSL color Cylindrical-coordinate representation of color #8BB1DB: hue angle of 211.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BB1DB is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 177 219 -
CMYK 0.37 0.19 0 0.14
HSL 211.5º 0.53% 0.7% -
HSV(B) 211.5º 0.37% 0.86% -
XYZ 39.16 42.05 73.07 -
YUV 170.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 139 177 219 0.37 0.19 0 0.14 211.5 0.53 0.7
Hex 8B B1 DB 25 13 0 E D4 35 46
Octal 213 261 333 45 23 0 16 324 65 106
Binary 10001011 10110001 11011011 100101 10011 0 1110 11010100 110101 1000110

Color Harmonies of #8BB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB1DB

Black with #8BB1DB

Text Example


Text Example

White with #8BB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,177,219); }

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

background-color css

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

 a { background-color: rgb(139,177,219); }

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

border-color css

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

 span { border-color: rgb(139,177,219); }

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