#86A3FA

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

Shades of Jordy Blue #86A3FA

Tints of Jordy Blue #86A3FA

Color information

#86A3FA (or 0x86A3FA) is unknown color: approx Jordy Blue. HEX triplet: 86, A3 and FA. RGB value is (134,163,250). Sum of RGB (Red+Green+Blue) = 134+163+250=547 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.50% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #86A3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A3FA is #795C05. Grayscale: #A3A3A3. Windows color (decimal): -7953414 or 16425862. OLE color: 16425862.

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

Color convert

RGB134163250-
CMYK0.460.3500.02
HSL225º92.06%75.29%-
HSV(B)225º46.4%98.04%-
XYZ40.1838.1695.69-
YUV164.25176.39106.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.50%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=24.50%
G=29.80%
B=45.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341632500.460.3500.0222592.0675.29
Hex86A3FA2E2302e15c4b
Octal206243372564302341134113
Binary1000011010100011111110101011101000110101110000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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