#86ADF6

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

Shades of Jordy Blue #86ADF6

Tints of Jordy Blue #86ADF6

Color information

#86ADF6 (or 0x86ADF6) is unknown color: approx Jordy Blue. HEX triplet: 86, AD and F6. RGB value is (134,173,246). Sum of RGB (Red+Green+Blue) = 134+173+246=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #86ADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ADF6 is #795209. Grayscale: #A9A9A9. Windows color (decimal): -7950858 or 16166278. OLE color: 16166278.

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

Color convert

RGB134173246-
CMYK0.460.3000.04
HSL219.11º86.15%74.51%-
HSV(B)219.11º45.53%96.47%-
XYZ41.4141.6193.04-
YUV169.66171.08102.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.23%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 246 (96.48% from 255) = 44.48%
R=24.23%
G=31.28%
B=44.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1341732460.460.3000.04219.1186.1574.51
Hex86ADF62E1E04db564b
Octal206255366563604333126113
Binary1000011010101101111101101011101111001001101101110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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