Html Css Color HEX #8BB1D2 Polo Blue

📋 copy color: '#8BB1D2'

red 139 ◦ green 177 ◦ blue 210

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

Shades of Polo Blue #8BB1D2

Tints of Polo Blue #8BB1D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.92%

R = 26.43%
G = 33.65%
B = 39.92%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8BB1D2 (or 0x8BB1D2) is known color: Polo Blue. HEX triplet: 8B, B1 and D2. RGB value is (139,177,210). Sum of RGB (Red+Green+Blue) = 139+177+210=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 210 - color contains mainly: blue. Hex color #8BB1D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1D2 is #744E2D. Grayscale: #A9A9A9. Windows color (decimal): -7622190 or 13808011. OLE color: 13808011.

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

Color convert

RGB 139 177 210 -
CMYK 0.34 0.16 0 0.18
HSL 207.89º 0.44% 0.68% -
HSV(B) 207.89º 0.34% 0.82% -
XYZ 38 41.59 67 -
YUV 169.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 139 177 210 0.34 0.16 0 0.18 207.89 0.44 0.68
Hex 8B B1 D2 22 10 0 12 D0 2C 44
Octal 213 261 322 42 20 0 22 320 54 104
Binary 10001011 10110001 11010010 100010 10000 0 10010 11010000 101100 1000100

Color Harmonies of #8BB1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB1D2

Black with #8BB1D2

Text Example


Text Example

White with #8BB1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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