Html Css Color HEX #8BB0C8 Polo Blue

📋 copy color: '#8BB0C8'

red 139 ◦ green 176 ◦ blue 200

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

Shades of Polo Blue #8BB0C8

Tints of Polo Blue #8BB0C8

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.17%

 BLUE value IS 200 (78.52% from 255) = 38.83%

R = 26.99%
G = 34.17%
B = 38.83%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8BB0C8 (or 0x8BB0C8) is known color: Polo Blue. HEX triplet: 8B, B0 and C8. RGB value is (139,176,200). Sum of RGB (Red+Green+Blue) = 139+176+200=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 200 - color contains mainly: blue. Hex color #8BB0C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB0C8 is #744F37. Grayscale: #A7A7A7. Windows color (decimal): -7622456 or 13152395. OLE color: 13152395.

HSL color Cylindrical-coordinate representation of color #8BB0C8: hue angle of 203.61º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BB0C8 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 139 176 200 -
CMYK 0.30 0.12 0 0.22
HSL 203.61º 0.36% 0.66% -
HSV(B) 203.61º 0.31% 0.78% -
XYZ 36.6 40.71 60.57 -
YUV 167.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 139 176 200 0.30 0.12 0 0.22 203.61 0.36 0.66
Hex 8B B0 C8 1E C 0 16 CC 24 42
Octal 213 260 310 36 14 0 26 314 44 102
Binary 10001011 10110000 11001000 11110 1100 0 10110 11001100 100100 1000010

Color Harmonies of #8BB0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB0C8

Black with #8BB0C8

Text Example


Text Example

White with #8BB0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,176,200); }

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

background-color css

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

 a { background-color: rgb(139,176,200); }

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

border-color css

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

 span { border-color: rgb(139,176,200); }

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