Html Css Color HEX #8BB0CB Polo Blue

📋 copy color: '#8BB0CB'

red 139 ◦ green 176 ◦ blue 203

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

Shades of Polo Blue #8BB0CB

Tints of Polo Blue #8BB0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 26.83%
G = 33.98%
B = 39.19%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8BB0CB (or 0x8BB0CB) is known color: Polo Blue. HEX triplet: 8B, B0 and CB. RGB value is (139,176,203). Sum of RGB (Red+Green+Blue) = 139+176+203=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB0CB is #744F34. Grayscale: #A7A7A7. Windows color (decimal): -7622453 or 13349003. OLE color: 13349003.

HSL color Cylindrical-coordinate representation of color #8BB0CB: hue angle of 205.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BB0CB is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 176 203 -
CMYK 0.32 0.13 0 0.20
HSL 205.31º 0.38% 0.67% -
HSV(B) 205.31º 0.32% 0.8% -
XYZ 36.95 40.85 62.44 -
YUV 168.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 139 176 203 0.32 0.13 0 0.20 205.31 0.38 0.67
Hex 8B B0 CB 20 D 0 14 CD 26 43
Octal 213 260 313 40 15 0 24 315 46 103
Binary 10001011 10110000 11001011 100000 1101 0 10100 11001101 100110 1000011

Color Harmonies of #8BB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB0CB

Black with #8BB0CB

Text Example


Text Example

White with #8BB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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