Html Css Color HEX #8CB0CC Polo Blue

📋 copy color: '#8CB0CC'

red 140 ◦ green 176 ◦ blue 204

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

Shades of Polo Blue #8CB0CC

Tints of Polo Blue #8CB0CC

RGB

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

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

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

R = 26.92%
G = 33.85%
B = 39.23%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8CB0CC (or 0x8CB0CC) is known color: Polo Blue. HEX triplet: 8C, B0 and CC. RGB value is (140,176,204). Sum of RGB (Red+Green+Blue) = 140+176+204=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CB0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB0CC is #734F33. Grayscale: #A8A8A8. Windows color (decimal): -7556916 or 13414540. OLE color: 13414540.

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

Color convert

RGB 140 176 204 -
CMYK 0.31 0.14 0 0.2
HSL 206.25º 0.39% 0.67% -
HSV(B) 206.25º 0.31% 0.8% -
XYZ 37.24 40.99 63.08 -
YUV 168.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 140 176 204 0.31 0.14 0 0.2 206.25 0.39 0.67
Hex 8C B0 CC 1F E 0 14 CE 27 43
Octal 214 260 314 37 16 0 24 316 47 103
Binary 10001100 10110000 11001100 11111 1110 0 10100 11001110 100111 1000011

Color Harmonies of #8CB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB0CC

Black with #8CB0CC

Text Example


Text Example

White with #8CB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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