#86A4FE

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

Shades of Jordy Blue #86A4FE

Tints of Jordy Blue #86A4FE

Color information

#86A4FE (or 0x86A4FE) is unknown color: approx Jordy Blue. HEX triplet: 86, A4 and FE. RGB value is (134,164,254). Sum of RGB (Red+Green+Blue) = 134+164+254=552 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.28% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #86A4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A4FE is #795B01. Grayscale: #A4A4A4. Windows color (decimal): -7953154 or 16688262. OLE color: 16688262.

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

Color convert

RGB134164254-
CMYK0.470.3500.00
HSL225º98.36%76.08%-
HSV(B)225º47.24%99.61%-
XYZ4138.7899.09-
YUV165.29178.06105.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.28%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=24.28%
G=29.71%
B=46.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1341642540.470.3500.0022598.3676.08
Hex86A4FE2F2300e1624c
Octal206244376574300341142114
Binary100001101010010011111110101111100011001110000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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