Html Css Color HEX #86A8DD Jordy Blue

📋 copy color: '#86A8DD'

red 134 ◦ green 168 ◦ blue 221

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

Shades of Jordy Blue #86A8DD

Tints of Jordy Blue #86A8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.12%

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

R = 25.62%
G = 32.12%
B = 42.26%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86A8DD (or 0x86A8DD) is known color: Jordy Blue. HEX triplet: 86, A8 and DD. RGB value is (134,168,221). Sum of RGB (Red+Green+Blue) = 134+168+221=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #86A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A8DD is #795722. Grayscale: #A3A3A3. Windows color (decimal): -7952163 or 14526598. OLE color: 14526598.

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

Color convert

RGB 134 168 221 -
CMYK 0.39 0.24 0 0.13
HSL 216.55º 0.56% 0.7% -
HSV(B) 216.55º 0.39% 0.87% -
XYZ 36.89 38.29 73.85 -
YUV 163.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 134 168 221 0.39 0.24 0 0.13 216.55 0.56 0.7
Hex 86 A8 DD 27 18 0 D D9 38 46
Octal 206 250 335 47 30 0 15 331 70 106
Binary 10000110 10101000 11011101 100111 11000 0 1101 11011001 111000 1000110

Color Harmonies of #86A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A8DD

Black with #86A8DD

Text Example


Text Example

White with #86A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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