Html Css Color HEX #8BB2CE Polo Blue

📋 copy color: '#8BB2CE'

red 139 ◦ green 178 ◦ blue 206

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

Shades of Polo Blue #8BB2CE

Tints of Polo Blue #8BB2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 26.58%
G = 34.03%
B = 39.39%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8BB2CE (or 0x8BB2CE) is known color: Polo Blue. HEX triplet: 8B, B2 and CE. RGB value is (139,178,206). Sum of RGB (Red+Green+Blue) = 139+178+206=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BB2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB2CE is #744D31. Grayscale: #A9A9A9. Windows color (decimal): -7621938 or 13546123. OLE color: 13546123.

HSL color Cylindrical-coordinate representation of color #8BB2CE: hue angle of 205.07º 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 #8BB2CE is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 178 206 -
CMYK 0.33 0.14 0 0.19
HSL 205.07º 0.41% 0.68% -
HSV(B) 205.07º 0.33% 0.81% -
XYZ 37.71 41.79 64.47 -
YUV 169.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 139 178 206 0.33 0.14 0 0.19 205.07 0.41 0.68
Hex 8B B2 CE 21 E 0 13 CD 29 44
Octal 213 262 316 41 16 0 23 315 51 104
Binary 10001011 10110010 11001110 100001 1110 0 10011 11001101 101001 1000100

Color Harmonies of #8BB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB2CE

Black with #8BB2CE

Text Example


Text Example

White with #8BB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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