Html Css Color HEX #8CB0CB Polo Blue

📋 copy color: '#8CB0CB'

red 140 ◦ green 176 ◦ blue 203

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

Shades of Polo Blue #8CB0CB

Tints of Polo Blue #8CB0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.91%

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

R = 26.97%
G = 33.91%
B = 39.11%

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

#8CB0CB (or 0x8CB0CB) is known color: Polo Blue. HEX triplet: 8C, B0 and CB. RGB value is (140,176,203). Sum of RGB (Red+Green+Blue) = 140+176+203=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #8CB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB0CB is #734F34. Grayscale: #A8A8A8. Windows color (decimal): -7556917 or 13349004. OLE color: 13349004.

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

Color convert

RGB 140 176 203 -
CMYK 0.31 0.13 0 0.20
HSL 205.71º 0.38% 0.67% -
HSV(B) 205.71º 0.31% 0.8% -
XYZ 37.12 40.94 62.45 -
YUV 168.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 140 176 203 0.31 0.13 0 0.20 205.71 0.38 0.67
Hex 8C B0 CB 1F D 0 14 CE 26 43
Octal 214 260 313 37 15 0 24 316 46 103
Binary 10001100 10110000 11001011 11111 1101 0 10100 11001110 100110 1000011

Color Harmonies of #8CB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB0CB

Black with #8CB0CB

Text Example


Text Example

White with #8CB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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