#86AAFE

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

Shades of Jordy Blue #86AAFE

Tints of Jordy Blue #86AAFE

Color information

#86AAFE (or 0x86AAFE) is unknown color: approx Jordy Blue. HEX triplet: 86, AA and FE. RGB value is (134,170,254). Sum of RGB (Red+Green+Blue) = 134+170+254=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #86AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AAFE is #795501. Grayscale: #A8A8A8. Windows color (decimal): -7951618 or 16689798. OLE color: 16689798.

HSL color Cylindrical-coordinate representation of color #86AAFE: hue angle of 222º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86AAFE is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB134170254-
CMYK0.470.3300.00
HSL222º98.36%76.08%-
HSV(B)222º47.24%99.61%-
XYZ42.140.9799.46-
YUV168.81176.07103.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.01%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=24.01%
G=30.47%
B=45.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1341702540.470.3300.0022298.3676.08
Hex86AAFE2F2100de624c
Octal206252376574100336142114
Binary100001101010101011111110101111100001001101111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,170,254); }

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

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

 a { background-color: rgb(134,170,254); }

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

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

 span { border-color: rgb(134,170,254); }

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