Html Css Color HEX #8DB8DA Polo Blue

📋 copy color: '#8DB8DA'

red 141 ◦ green 184 ◦ blue 218

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

Shades of Polo Blue #8DB8DA

Tints of Polo Blue #8DB8DA

RGB

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

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

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

R = 25.97%
G = 33.89%
B = 40.15%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8DB8DA (or 0x8DB8DA) is known color: Polo Blue. HEX triplet: 8D, B8 and DA. RGB value is (141,184,218). Sum of RGB (Red+Green+Blue) = 141+184+218=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DB8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB8DA is #724725. Grayscale: #AEAEAE. Windows color (decimal): -7489318 or 14334093. OLE color: 14334093.

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

Color convert

RGB 141 184 218 -
CMYK 0.35 0.16 0 0.15
HSL 206.49º 0.51% 0.7% -
HSV(B) 206.49º 0.35% 0.85% -
XYZ 40.78 45.01 72.87 -
YUV 175.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 141 184 218 0.35 0.16 0 0.15 206.49 0.51 0.7
Hex 8D B8 DA 23 10 0 F CE 33 46
Octal 215 270 332 43 20 0 17 316 63 106
Binary 10001101 10111000 11011010 100011 10000 0 1111 11001110 110011 1000110

Color Harmonies of #8DB8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB8DA

Black with #8DB8DA

Text Example


Text Example

White with #8DB8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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