#86A5F9

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

Shades of Jordy Blue #86A5F9

Tints of Jordy Blue #86A5F9

Color information

#86A5F9 (or 0x86A5F9) is unknown color: approx Jordy Blue. HEX triplet: 86, A5 and F9. RGB value is (134,165,249). Sum of RGB (Red+Green+Blue) = 134+165+249=548 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.45% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #86A5F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A5F9 is #795A06. Grayscale: #A4A4A4. Windows color (decimal): -7952903 or 16360838. OLE color: 16360838.

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

Color convert

RGB134165249-
CMYK0.460.3400.02
HSL223.83º90.55%75.1%-
HSV(B)223.83º46.18%97.65%-
XYZ40.3938.8294.99-
YUV165.31175.23105.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.45%
GREEN value IS 165 (64.84% from 255) = 30.11%
BLUE value IS 249 (97.66% from 255) = 45.44%
R=24.45%
G=30.11%
B=45.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341652490.460.3400.02223.8390.5575.1
Hex86A5F92E2202e05b4b
Octal206245371564202340133113
Binary1000011010100101111110011011101000100101110000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,165,249); }

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

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

 a { background-color: rgb(134,165,249); }

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

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

 span { border-color: rgb(134,165,249); }

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