Html Css Color HEX #8BB2CD Polo Blue

📋 copy color: '#8BB2CD'

red 139 ◦ green 178 ◦ blue 205

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

Shades of Polo Blue #8BB2CD

Tints of Polo Blue #8BB2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.1%

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 26.63%
G = 34.1%
B = 39.27%

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

#8BB2CD (or 0x8BB2CD) is known color: Polo Blue. HEX triplet: 8B, B2 and CD. RGB value is (139,178,205). Sum of RGB (Red+Green+Blue) = 139+178+205=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BB2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB2CD is #744D32. Grayscale: #A9A9A9. Windows color (decimal): -7621939 or 13480587. OLE color: 13480587.

HSL color Cylindrical-coordinate representation of color #8BB2CD: hue angle of 204.55º degrees, saturation: 0.4, 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 #8BB2CD is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 178 205 -
CMYK 0.32 0.13 0 0.20
HSL 204.55º 0.4% 0.67% -
HSV(B) 204.55º 0.32% 0.8% -
XYZ 37.59 41.74 63.83 -
YUV 169.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 139 178 205 0.32 0.13 0 0.20 204.55 0.4 0.67
Hex 8B B2 CD 20 D 0 14 CD 28 43
Octal 213 262 315 40 15 0 24 315 50 103
Binary 10001011 10110010 11001101 100000 1101 0 10100 11001101 101000 1000011

Color Harmonies of #8BB2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB2CD

Black with #8BB2CD

Text Example


Text Example

White with #8BB2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,178,205); }

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

background-color css

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

 a { background-color: rgb(139,178,205); }

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

border-color css

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

 span { border-color: rgb(139,178,205); }

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