#86AFFA

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

Shades of Jordy Blue #86AFFA

Tints of Jordy Blue #86AFFA

Color information

#86AFFA (or 0x86AFFA) is unknown color: approx Jordy Blue. HEX triplet: 86, AF and FA. RGB value is (134,175,250). Sum of RGB (Red+Green+Blue) = 134+175+250=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #86AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AFFA is #795005. Grayscale: #AAAAAA. Windows color (decimal): -7950342 or 16428934. OLE color: 16428934.

HSL color Cylindrical-coordinate representation of color #86AFFA: hue angle of 218.79º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86AFFA is Cyan = 0.46, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134175250-
CMYK0.460.300.02
HSL218.79º92.06%75.29%-
HSV(B)218.79º46.4%98.04%-
XYZ42.4242.6396.44-
YUV171.29172.42101.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.97%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=23.97%
G=31.31%
B=44.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341752500.460.300.02218.7992.0675.29
Hex86AFFA2E1E02db5c4b
Octal206257372563602333134113
Binary100001101010111111111010101110111100101101101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,175,250); }

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

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

 a { background-color: rgb(134,175,250); }

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

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

 span { border-color: rgb(134,175,250); }

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