Html Css Color HEX #86AADD Jordy Blue

📋 copy color: '#86AADD'

red 134 ◦ green 170 ◦ blue 221

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

Shades of Jordy Blue #86AADD

Tints of Jordy Blue #86AADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.38%

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

R = 25.52%
G = 32.38%
B = 42.1%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86AADD (or 0x86AADD) is known color: Jordy Blue. HEX triplet: 86, AA and DD. RGB value is (134,170,221). Sum of RGB (Red+Green+Blue) = 134+170+221=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #86AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AADD is #795522. Grayscale: #A4A4A4. Windows color (decimal): -7951651 or 14527110. OLE color: 14527110.

HSL color Cylindrical-coordinate representation of color #86AADD: hue angle of 215.17º 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 #86AADD is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 170 221 -
CMYK 0.39 0.23 0 0.13
HSL 215.17º 0.56% 0.7% -
HSV(B) 215.17º 0.39% 0.87% -
XYZ 37.26 39.04 73.98 -
YUV 165.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 134 170 221 0.39 0.23 0 0.13 215.17 0.56 0.7
Hex 86 AA DD 27 17 0 D D7 38 46
Octal 206 252 335 47 27 0 15 327 70 106
Binary 10000110 10101010 11011101 100111 10111 0 1101 11010111 111000 1000110

Color Harmonies of #86AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AADD

Black with #86AADD

Text Example


Text Example

White with #86AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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