#86A9F6

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

Shades of Jordy Blue #86A9F6

Tints of Jordy Blue #86A9F6

Color information

#86A9F6 (or 0x86A9F6) is unknown color: approx Jordy Blue. HEX triplet: 86, A9 and F6. RGB value is (134,169,246). Sum of RGB (Red+Green+Blue) = 134+169+246=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #86A9F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A9F6 is #795609. Grayscale: #A6A6A6. Windows color (decimal): -7951882 or 16165254. OLE color: 16165254.

HSL color Cylindrical-coordinate representation of color #86A9F6: hue angle of 221.25º 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 #86A9F6 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134169246-
CMYK0.460.3100.04
HSL221.25º86.15%74.51%-
HSV(B)221.25º45.53%96.47%-
XYZ40.6540.192.79-
YUV167.31172.4104.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.41%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 246 (96.48% from 255) = 44.81%
R=24.41%
G=30.78%
B=44.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1341692460.460.3100.04221.2586.1574.51
Hex86A9F62E1F04dd564b
Octal206251366563704335126113
Binary1000011010101001111101101011101111101001101110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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