Html Css Color HEX #8BB2CC Polo Blue

📋 copy color: '#8BB2CC'

red 139 ◦ green 178 ◦ blue 204

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

Shades of Polo Blue #8BB2CC

Tints of Polo Blue #8BB2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 26.68%
G = 34.17%
B = 39.16%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8BB2CC (or 0x8BB2CC) is known color: Polo Blue. HEX triplet: 8B, B2 and CC. RGB value is (139,178,204). Sum of RGB (Red+Green+Blue) = 139+178+204=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BB2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB2CC is #744D33. Grayscale: #A9A9A9. Windows color (decimal): -7621940 or 13415051. OLE color: 13415051.

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

Color convert

RGB 139 178 204 -
CMYK 0.32 0.13 0 0.2
HSL 204º 0.39% 0.67% -
HSV(B) 204º 0.32% 0.8% -
XYZ 37.47 41.69 63.2 -
YUV 169.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 139 178 204 0.32 0.13 0 0.2 204 0.39 0.67
Hex 8B B2 CC 20 D 0 14 CC 27 43
Octal 213 262 314 40 15 0 24 314 47 103
Binary 10001011 10110010 11001100 100000 1101 0 10100 11001100 100111 1000011

Color Harmonies of #8BB2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB2CC

Black with #8BB2CC

Text Example


Text Example

White with #8BB2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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