Html Css Color HEX #8DA8DE Polo Blue

📋 copy color: '#8DA8DE'

red 141 ◦ green 168 ◦ blue 222

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

Shades of Polo Blue #8DA8DE

Tints of Polo Blue #8DA8DE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.64%

 BLUE value IS 222 (87.11% from 255) = 41.81%

R = 26.55%
G = 31.64%
B = 41.81%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DA8DE (or 0x8DA8DE) is known color: Polo Blue. HEX triplet: 8D, A8 and DE. RGB value is (141,168,222). Sum of RGB (Red+Green+Blue) = 141+168+222=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DA8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA8DE is #725721. Grayscale: #A5A5A5. Windows color (decimal): -7493410 or 14592141. OLE color: 14592141.

HSL color Cylindrical-coordinate representation of color #8DA8DE: hue angle of 220º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DA8DE is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 168 222 -
CMYK 0.36 0.24 0 0.13
HSL 220º 0.55% 0.71% -
HSV(B) 220º 0.36% 0.87% -
XYZ 38.17 38.94 74.61 -
YUV 166.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 141 168 222 0.36 0.24 0 0.13 220 0.55 0.71
Hex 8D A8 DE 24 18 0 D DC 37 47
Octal 215 250 336 44 30 0 15 334 67 107
Binary 10001101 10101000 11011110 100100 11000 0 1101 11011100 110111 1000111

Color Harmonies of #8DA8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA8DE

Black with #8DA8DE

Text Example


Text Example

White with #8DA8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,168,222); }

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

background-color css

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

 a { background-color: rgb(141,168,222); }

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

border-color css

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

 span { border-color: rgb(141,168,222); }

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