Html Css Color HEX #86A5DF Jordy Blue

📋 copy color: '#86A5DF'

red 134 ◦ green 165 ◦ blue 223

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

Shades of Jordy Blue #86A5DF

Tints of Jordy Blue #86A5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.61%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 25.67%
G = 31.61%
B = 42.72%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86A5DF (or 0x86A5DF) is known color: Jordy Blue. HEX triplet: 86, A5 and DF. RGB value is (134,165,223). Sum of RGB (Red+Green+Blue) = 134+165+223=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #86A5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A5DF is #795A20. Grayscale: #A2A2A2. Windows color (decimal): -7952929 or 14656902. OLE color: 14656902.

HSL color Cylindrical-coordinate representation of color #86A5DF: hue angle of 219.1º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86A5DF is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 165 223 -
CMYK 0.40 0.26 0 0.13
HSL 219.1º 0.58% 0.7% -
HSV(B) 219.1º 0.4% 0.87% -
XYZ 36.61 37.31 75.08 -
YUV 162.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 134 165 223 0.40 0.26 0 0.13 219.1 0.58 0.7
Hex 86 A5 DF 28 1A 0 D DB 3A 46
Octal 206 245 337 50 32 0 15 333 72 106
Binary 10000110 10100101 11011111 101000 11010 0 1101 11011011 111010 1000110

Color Harmonies of #86A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A5DF

Black with #86A5DF

Text Example


Text Example

White with #86A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,165,223); }

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

background-color css

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

 a { background-color: rgb(134,165,223); }

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

border-color css

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

 span { border-color: rgb(134,165,223); }

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