Html Css Color HEX #8DB5CC Polo Blue

📋 copy color: '#8DB5CC'

red 141 ◦ green 181 ◦ blue 204

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

Shades of Polo Blue #8DB5CC

Tints of Polo Blue #8DB5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.41%

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

R = 26.81%
G = 34.41%
B = 38.78%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DB5CC (or 0x8DB5CC) is known color: Polo Blue. HEX triplet: 8D, B5 and CC. RGB value is (141,181,204). Sum of RGB (Red+Green+Blue) = 141+181+204=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DB5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB5CC is #724A33. Grayscale: #ABABAB. Windows color (decimal): -7490100 or 13415821. OLE color: 13415821.

HSL color Cylindrical-coordinate representation of color #8DB5CC: hue angle of 201.9º 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 #8DB5CC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 181 204 -
CMYK 0.31 0.11 0 0.2
HSL 201.9º 0.38% 0.68% -
HSV(B) 201.9º 0.31% 0.8% -
XYZ 38.41 43.07 63.42 -
YUV 171.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 141 181 204 0.31 0.11 0 0.2 201.9 0.38 0.68
Hex 8D B5 CC 1F B 0 14 CA 26 44
Octal 215 265 314 37 13 0 24 312 46 104
Binary 10001101 10110101 11001100 11111 1011 0 10100 11001010 100110 1000100

Color Harmonies of #8DB5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB5CC

Black with #8DB5CC

Text Example


Text Example

White with #8DB5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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