Html Css Color HEX #86A4DD Jordy Blue

📋 copy color: '#86A4DD'

red 134 ◦ green 164 ◦ blue 221

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

Shades of Jordy Blue #86A4DD

Tints of Jordy Blue #86A4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.6%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 25.82%
G = 31.6%
B = 42.58%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86A4DD (or 0x86A4DD) is known color: Jordy Blue. HEX triplet: 86, A4 and DD. RGB value is (134,164,221). Sum of RGB (Red+Green+Blue) = 134+164+221=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #86A4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A4DD is #795B22. Grayscale: #A1A1A1. Windows color (decimal): -7953187 or 14525574. OLE color: 14525574.

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

Color convert

RGB 134 164 221 -
CMYK 0.39 0.26 0 0.13
HSL 219.31º 0.56% 0.7% -
HSV(B) 219.31º 0.39% 0.87% -
XYZ 36.16 36.84 73.61 -
YUV 161.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 134 164 221 0.39 0.26 0 0.13 219.31 0.56 0.7
Hex 86 A4 DD 27 1A 0 D DB 38 46
Octal 206 244 335 47 32 0 15 333 70 106
Binary 10000110 10100100 11011101 100111 11010 0 1101 11011011 111000 1000110

Color Harmonies of #86A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A4DD

Black with #86A4DD

Text Example


Text Example

White with #86A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,164,221); }

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

background-color css

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

 a { background-color: rgb(134,164,221); }

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

border-color css

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

 span { border-color: rgb(134,164,221); }

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