#86ADF7

Color #86ADF7 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #86ADF7

Tints of Jordy Blue #86ADF7

Color information

#86ADF7 (or 0x86ADF7) is unknown color: approx Jordy Blue. HEX triplet: 86, AD and F7. RGB value is (134,173,247). Sum of RGB (Red+Green+Blue) = 134+173+247=554 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.19% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #86ADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ADF7 is #795208. Grayscale: #A9A9A9. Windows color (decimal): -7950857 or 16231814. OLE color: 16231814.

HSL color Cylindrical-coordinate representation of color #86ADF7: hue angle of 219.29º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86ADF7 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB134173247-
CMYK0.460.3000.03
HSL219.29º87.6%74.71%-
HSV(B)219.29º45.75%96.86%-
XYZ41.5641.6793.85-
YUV169.77171.58102.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.19%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 247 (96.88% from 255) = 44.58%
R=24.19%
G=31.23%
B=44.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1341732470.460.3000.03219.2987.674.71
Hex86ADF72E1E03db584b
Octal206255367563603333130113
Binary100001101010110111110111101110111100111101101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,173,247); }

 H1.HeaderClassName
 {
   color: #86ADF7;
 }
 .AnyTagClassName
 {
   color: #86ADF7;
 }
</style>
background-color css

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

 a { background-color: rgb(134,173,247); }

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

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

 span { border-color: rgb(134,173,247); }

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