#86ADF1

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

Shades of Jordy Blue #86ADF1

Tints of Jordy Blue #86ADF1

Color information

#86ADF1 (or 0x86ADF1) is unknown color: approx Jordy Blue. HEX triplet: 86, AD and F1. RGB value is (134,173,241). Sum of RGB (Red+Green+Blue) = 134+173+241=548 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.45% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #86ADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ADF1 is #79520E. Grayscale: #A8A8A8. Windows color (decimal): -7950863 or 15838598. OLE color: 15838598.

HSL color Cylindrical-coordinate representation of color #86ADF1: hue angle of 218.13º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86ADF1 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134173241-
CMYK0.440.2800.05
HSL218.13º79.26%73.53%-
HSV(B)218.13º44.4%94.51%-
XYZ40.6541.3189.05-
YUV169.09168.58102.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.45%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 241 (94.53% from 255) = 43.98%
R=24.45%
G=31.57%
B=43.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1341732410.440.2800.05218.1379.2673.53
Hex86ADF12C1C05da4f4a
Octal206255361543405332117112
Binary1000011010101101111100011011001110001011101101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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