Html Css Color HEX #8CB2CE Polo Blue

📋 copy color: '#8CB2CE'

red 140 ◦ green 178 ◦ blue 206

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

Shades of Polo Blue #8CB2CE

Tints of Polo Blue #8CB2CE

RGB

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

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

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

R = 26.72%
G = 33.97%
B = 39.31%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8CB2CE (or 0x8CB2CE) is known color: Polo Blue. HEX triplet: 8C, B2 and CE. RGB value is (140,178,206). Sum of RGB (Red+Green+Blue) = 140+178+206=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CB2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB2CE is #734D31. Grayscale: #A9A9A9. Windows color (decimal): -7556402 or 13546124. OLE color: 13546124.

HSL color Cylindrical-coordinate representation of color #8CB2CE: hue angle of 205.45º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CB2CE is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 178 206 -
CMYK 0.32 0.14 0 0.19
HSL 205.45º 0.4% 0.68% -
HSV(B) 205.45º 0.32% 0.81% -
XYZ 37.88 41.87 64.48 -
YUV 169.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 140 178 206 0.32 0.14 0 0.19 205.45 0.4 0.68
Hex 8C B2 CE 20 E 0 13 CD 28 44
Octal 214 262 316 40 16 0 23 315 50 104
Binary 10001100 10110010 11001110 100000 1110 0 10011 11001101 101000 1000100

Color Harmonies of #8CB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB2CE

Black with #8CB2CE

Text Example


Text Example

White with #8CB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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