Html Css Color HEX #8CB1CB Polo Blue

📋 copy color: '#8CB1CB'

red 140 ◦ green 177 ◦ blue 203

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

Shades of Polo Blue #8CB1CB

Tints of Polo Blue #8CB1CB

RGB

 RED value IS 140 (55.08% from 255) = 26.92%

 GREEN value IS 177 (69.53% from 255) = 34.04%

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

R = 26.92%
G = 34.04%
B = 39.04%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8CB1CB (or 0x8CB1CB) is known color: Polo Blue. HEX triplet: 8C, B1 and CB. RGB value is (140,177,203). Sum of RGB (Red+Green+Blue) = 140+177+203=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #8CB1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1CB is #734E34. Grayscale: #A8A8A8. Windows color (decimal): -7556661 or 13349260. OLE color: 13349260.

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

Color convert

RGB 140 177 203 -
CMYK 0.31 0.13 0 0.20
HSL 204.76º 0.38% 0.67% -
HSV(B) 204.76º 0.31% 0.8% -
XYZ 37.32 41.33 62.51 -
YUV 168.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 140 177 203 0.31 0.13 0 0.20 204.76 0.38 0.67
Hex 8C B1 CB 1F D 0 14 CD 26 43
Octal 214 261 313 37 15 0 24 315 46 103
Binary 10001100 10110001 11001011 11111 1101 0 10100 11001101 100110 1000011

Color Harmonies of #8CB1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB1CB

Black with #8CB1CB

Text Example


Text Example

White with #8CB1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,177,203); }

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

background-color css

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

 a { background-color: rgb(140,177,203); }

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

border-color css

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

 span { border-color: rgb(140,177,203); }

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