Html Css Color HEX #86A6DB Jordy Blue

📋 copy color: '#86A6DB'

red 134 ◦ green 166 ◦ blue 219

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

Shades of Jordy Blue #86A6DB

Tints of Jordy Blue #86A6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.98%

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 25.82%
G = 31.98%
B = 42.2%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86A6DB (or 0x86A6DB) is known color: Jordy Blue. HEX triplet: 86, A6 and DB. RGB value is (134,166,219). Sum of RGB (Red+Green+Blue) = 134+166+219=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #86A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A6DB is #795924. Grayscale: #A2A2A2. Windows color (decimal): -7952677 or 14395014. OLE color: 14395014.

HSL color Cylindrical-coordinate representation of color #86A6DB: hue angle of 217.41º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86A6DB is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 166 219 -
CMYK 0.39 0.24 0 0.14
HSL 217.41º 0.54% 0.69% -
HSV(B) 217.41º 0.39% 0.86% -
XYZ 36.25 37.46 72.34 -
YUV 162.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 134 166 219 0.39 0.24 0 0.14 217.41 0.54 0.69
Hex 86 A6 DB 27 18 0 E D9 36 45
Octal 206 246 333 47 30 0 16 331 66 105
Binary 10000110 10100110 11011011 100111 11000 0 1110 11011001 110110 1000101

Color Harmonies of #86A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A6DB

Black with #86A6DB

Text Example


Text Example

White with #86A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A6DB; }

 p { color: rgb(134,166,219); }

 H1.HeaderClassName
 {
   color: #86A6DB;
 }
 .AnyTagClassName
 {
   color: #86A6DB;
 }
</style>

background-color css

<style>
 a { background-color: #86A6DB; }

 a { background-color: rgb(134,166,219); }

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

border-color css

<style>
 span { border-color: #86A6DB; }

 span { border-color: rgb(134,166,219); }

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