#8BB3CF

Color #8BB3CF Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8BB3CF

Tints of Polo Blue #8BB3CF

Color information

#8BB3CF (or 0x8BB3CF) is unknown color: approx Polo Blue. HEX triplet: 8B, B3 and CF. RGB value is (139,179,207). Sum of RGB (Red+Green+Blue) = 139+179+207=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB3CF is #744C30. Grayscale: #AAAAAA. Windows color (decimal): -7621681 or 13611915. OLE color: 13611915.

HSL color Cylindrical-coordinate representation of color #8BB3CF: hue angle of 204.71º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BB3CF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139179207-
CMYK0.330.1400.19
HSL204.71º41.46%67.84%-
HSV(B)204.71º32.85%81.18%-
XYZ38.0342.2365.18-
YUV170.23148.75105.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.48%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=26.48%
G=34.10%
B=39.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391792070.330.1400.19204.7141.4667.84
Hex8BB3CF21E013cd2944
Octal213263317411602331551104
Binary1000101110110011110011111000011110010011110011011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,179,207); }

 H1.HeaderClassName
 {
   color: #8BB3CF;
 }
 .AnyTagClassName
 {
   color: #8BB3CF;
 }
</style>
background-color css

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

 a { background-color: rgb(139,179,207); }

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

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

 span { border-color: rgb(139,179,207); }

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