Html Css Color HEX #869DD0 Polo Blue

📋 copy color: '#869DD0'

red 134 ◦ green 157 ◦ blue 208

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

Shades of Polo Blue #869DD0

Tints of Polo Blue #869DD0

RGB

 RED value IS 134 (52.73% from 255) = 26.85%

 GREEN value IS 157 (61.72% from 255) = 31.46%

 BLUE value IS 208 (81.64% from 255) = 41.68%

R = 26.85%
G = 31.46%
B = 41.68%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#869DD0 (or 0x869DD0) is known color: Polo Blue. HEX triplet: 86, 9D and D0. RGB value is (134,157,208). Sum of RGB (Red+Green+Blue) = 134+157+208=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #869DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DD0 is #79622F. Grayscale: #9B9B9B. Windows color (decimal): -7954992 or 13671814. OLE color: 13671814.

HSL color Cylindrical-coordinate representation of color #869DD0: hue angle of 221.35º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #869DD0 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 157 208 -
CMYK 0.36 0.25 0 0.18
HSL 221.35º 0.44% 0.67% -
HSV(B) 221.35º 0.36% 0.82% -
XYZ 33.27 33.74 64.43 -
YUV 155.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 134 157 208 0.36 0.25 0 0.18 221.35 0.44 0.67
Hex 86 9D D0 24 19 0 12 DD 2C 43
Octal 206 235 320 44 31 0 22 335 54 103
Binary 10000110 10011101 11010000 100100 11001 0 10010 11011101 101100 1000011

Color Harmonies of #869DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869DD0

Black with #869DD0

Text Example


Text Example

White with #869DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869DD0; }

 p { color: rgb(134,157,208); }

 H1.HeaderClassName
 {
   color: #869DD0;
 }
 .AnyTagClassName
 {
   color: #869DD0;
 }
</style>

background-color css

<style>
 a { background-color: #869DD0; }

 a { background-color: rgb(134,157,208); }

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

border-color css

<style>
 span { border-color: #869DD0; }

 span { border-color: rgb(134,157,208); }

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