Html Css Color HEX #8CB8DA Polo Blue

📋 copy color: '#8CB8DA'

red 140 ◦ green 184 ◦ blue 218

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

Shades of Polo Blue #8CB8DA

Tints of Polo Blue #8CB8DA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.95%

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 25.83%
G = 33.95%
B = 40.22%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8CB8DA (or 0x8CB8DA) is known color: Polo Blue. HEX triplet: 8C, B8 and DA. RGB value is (140,184,218). Sum of RGB (Red+Green+Blue) = 140+184+218=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CB8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB8DA is #734725. Grayscale: #AEAEAE. Windows color (decimal): -7554854 or 14334092. OLE color: 14334092.

HSL color Cylindrical-coordinate representation of color #8CB8DA: hue angle of 206.15º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CB8DA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 184 218 -
CMYK 0.36 0.16 0 0.15
HSL 206.15º 0.51% 0.7% -
HSV(B) 206.15º 0.36% 0.85% -
XYZ 40.61 44.92 72.86 -
YUV 174.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 140 184 218 0.36 0.16 0 0.15 206.15 0.51 0.7
Hex 8C B8 DA 24 10 0 F CE 33 46
Octal 214 270 332 44 20 0 17 316 63 106
Binary 10001100 10111000 11011010 100100 10000 0 1111 11001110 110011 1000110

Color Harmonies of #8CB8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB8DA

Black with #8CB8DA

Text Example


Text Example

White with #8CB8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,184,218); }

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

background-color css

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

 a { background-color: rgb(140,184,218); }

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

border-color css

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

 span { border-color: rgb(140,184,218); }

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