Html Css Color HEX #8CB0CA Polo Blue

📋 copy color: '#8CB0CA'

red 140 ◦ green 176 ◦ blue 202

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

Shades of Polo Blue #8CB0CA

Tints of Polo Blue #8CB0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39%

R = 27.03%
G = 33.98%
B = 39%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8CB0CA (or 0x8CB0CA) is known color: Polo Blue. HEX triplet: 8C, B0 and CA. RGB value is (140,176,202). Sum of RGB (Red+Green+Blue) = 140+176+202=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB0CA is #734F35. Grayscale: #A8A8A8. Windows color (decimal): -7556918 or 13283468. OLE color: 13283468.

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

Color convert

RGB 140 176 202 -
CMYK 0.31 0.13 0 0.21
HSL 205.16º 0.37% 0.67% -
HSV(B) 205.16º 0.31% 0.79% -
XYZ 37 40.89 61.82 -
YUV 168.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 140 176 202 0.31 0.13 0 0.21 205.16 0.37 0.67
Hex 8C B0 CA 1F D 0 15 CD 25 43
Octal 214 260 312 37 15 0 25 315 45 103
Binary 10001100 10110000 11001010 11111 1101 0 10101 11001101 100101 1000011

Color Harmonies of #8CB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB0CA

Black with #8CB0CA

Text Example


Text Example

White with #8CB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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