#86A9EE

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

Shades of Jordy Blue #86A9EE

Tints of Jordy Blue #86A9EE

Color information

#86A9EE (or 0x86A9EE) is unknown color: approx Jordy Blue. HEX triplet: 86, A9 and EE. RGB value is (134,169,238). Sum of RGB (Red+Green+Blue) = 134+169+238=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #86A9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A9EE is #795611. Grayscale: #A6A6A6. Windows color (decimal): -7951890 or 15640966. OLE color: 15640966.

HSL color Cylindrical-coordinate representation of color #86A9EE: hue angle of 219.81º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86A9EE is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134169238-
CMYK0.440.2900.07
HSL219.81º75.36%72.94%-
HSV(B)219.81º43.7%93.33%-
XYZ39.4539.6286.46-
YUV166.4168.4104.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.77%
GREEN value IS 169 (66.41% from 255) = 31.24%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=24.77%
G=31.24%
B=43.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341692380.440.2900.07219.8175.3672.94
Hex86A9EE2C1D07dc4b49
Octal206251356543507334113111
Binary1000011010101001111011101011001110101111101110010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,169,238); }

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

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

 a { background-color: rgb(134,169,238); }

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

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

 span { border-color: rgb(134,169,238); }

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