Html Css Color HEX #8CB0D0 Polo Blue

📋 copy color: '#8CB0D0'

red 140 ◦ green 176 ◦ blue 208

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

Shades of Polo Blue #8CB0D0

Tints of Polo Blue #8CB0D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 26.72%
G = 33.59%
B = 39.69%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8CB0D0 (or 0x8CB0D0) is known color: Polo Blue. HEX triplet: 8C, B0 and D0. RGB value is (140,176,208). Sum of RGB (Red+Green+Blue) = 140+176+208=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #8CB0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB0D0 is #734F2F. Grayscale: #A8A8A8. Windows color (decimal): -7556912 or 13676684. OLE color: 13676684.

HSL color Cylindrical-coordinate representation of color #8CB0D0: hue angle of 208.24º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CB0D0 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 176 208 -
CMYK 0.33 0.15 0 0.18
HSL 208.24º 0.42% 0.68% -
HSV(B) 208.24º 0.33% 0.82% -
XYZ 37.73 41.18 65.63 -
YUV 168.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 140 176 208 0.33 0.15 0 0.18 208.24 0.42 0.68
Hex 8C B0 D0 21 F 0 12 D0 2A 44
Octal 214 260 320 41 17 0 22 320 52 104
Binary 10001100 10110000 11010000 100001 1111 0 10010 11010000 101010 1000100

Color Harmonies of #8CB0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB0D0

Black with #8CB0D0

Text Example


Text Example

White with #8CB0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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