#86ABEE

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

Shades of Jordy Blue #86ABEE

Tints of Jordy Blue #86ABEE

Color information

#86ABEE (or 0x86ABEE) is unknown color: approx Jordy Blue. HEX triplet: 86, AB and EE. RGB value is (134,171,238). Sum of RGB (Red+Green+Blue) = 134+171+238=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #86ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ABEE is #795411. Grayscale: #A7A7A7. Windows color (decimal): -7951378 or 15641478. OLE color: 15641478.

HSL color Cylindrical-coordinate representation of color #86ABEE: hue angle of 218.65º 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 #86ABEE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134171238-
CMYK0.440.2800.07
HSL218.65º75.36%72.94%-
HSV(B)218.65º43.7%93.33%-
XYZ39.8340.3786.58-
YUV167.58167.74104.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.68%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=24.68%
G=31.49%
B=43.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341712380.440.2800.07218.6575.3672.94
Hex86ABEE2C1C07db4b49
Octal206253356543407333113111
Binary1000011010101011111011101011001110001111101101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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