Html Css Color HEX #86A3DC Jordy Blue

📋 copy color: '#86A3DC'

red 134 ◦ green 163 ◦ blue 220

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

Shades of Jordy Blue #86A3DC

Tints of Jordy Blue #86A3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.53%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 25.92%
G = 31.53%
B = 42.55%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86A3DC (or 0x86A3DC) is known color: Jordy Blue. HEX triplet: 86, A3 and DC. RGB value is (134,163,220). Sum of RGB (Red+Green+Blue) = 134+163+220=517 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.92% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #86A3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A3DC is #795C23. Grayscale: #A0A0A0. Windows color (decimal): -7953444 or 14459782. OLE color: 14459782.

HSL color Cylindrical-coordinate representation of color #86A3DC: hue angle of 219.77º degrees, saturation: 0.55, 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 #86A3DC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 163 220 -
CMYK 0.39 0.26 0 0.14
HSL 219.77º 0.55% 0.69% -
HSV(B) 219.77º 0.39% 0.86% -
XYZ 35.85 36.43 72.85 -
YUV 160.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 134 163 220 0.39 0.26 0 0.14 219.77 0.55 0.69
Hex 86 A3 DC 27 1A 0 E DC 37 45
Octal 206 243 334 47 32 0 16 334 67 105
Binary 10000110 10100011 11011100 100111 11010 0 1110 11011100 110111 1000101

Color Harmonies of #86A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A3DC

Black with #86A3DC

Text Example


Text Example

White with #86A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,163,220); }

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

background-color css

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

 a { background-color: rgb(134,163,220); }

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

border-color css

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

 span { border-color: rgb(134,163,220); }

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