Html Css Color HEX #8DB4CC Polo Blue

📋 copy color: '#8DB4CC'

red 141 ◦ green 180 ◦ blue 204

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

Shades of Polo Blue #8DB4CC

Tints of Polo Blue #8DB4CC

RGB

 RED value IS 141 (55.47% from 255) = 26.86%

 GREEN value IS 180 (70.7% from 255) = 34.29%

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

R = 26.86%
G = 34.29%
B = 38.86%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DB4CC (or 0x8DB4CC) is known color: Polo Blue. HEX triplet: 8D, B4 and CC. RGB value is (141,180,204). Sum of RGB (Red+Green+Blue) = 141+180+204=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DB4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB4CC is #724B33. Grayscale: #AAAAAA. Windows color (decimal): -7490356 or 13415565. OLE color: 13415565.

HSL color Cylindrical-coordinate representation of color #8DB4CC: hue angle of 202.86º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB4CC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 180 204 -
CMYK 0.31 0.12 0 0.2
HSL 202.86º 0.38% 0.68% -
HSV(B) 202.86º 0.31% 0.8% -
XYZ 38.2 42.66 63.35 -
YUV 171.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 141 180 204 0.31 0.12 0 0.2 202.86 0.38 0.68
Hex 8D B4 CC 1F C 0 14 CB 26 44
Octal 215 264 314 37 14 0 24 313 46 104
Binary 10001101 10110100 11001100 11111 1100 0 10100 11001011 100110 1000100

Color Harmonies of #8DB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB4CC

Black with #8DB4CC

Text Example


Text Example

White with #8DB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,180,204); }

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

background-color css

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

 a { background-color: rgb(141,180,204); }

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

border-color css

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

 span { border-color: rgb(141,180,204); }

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