#86AEEE

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

Shades of Jordy Blue #86AEEE

Tints of Jordy Blue #86AEEE

Color information

#86AEEE (or 0x86AEEE) is unknown color: approx Jordy Blue. HEX triplet: 86, AE and EE. RGB value is (134,174,238). Sum of RGB (Red+Green+Blue) = 134+174+238=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #86AEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AEEE is #795111. Grayscale: #A9A9A9. Windows color (decimal): -7950610 or 15642246. OLE color: 15642246.

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

Color convert

RGB134174238-
CMYK0.440.2700.07
HSL216.92º75.36%72.94%-
HSV(B)216.92º43.7%93.33%-
XYZ40.441.5186.77-
YUV169.34166.75102.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.54%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=24.54%
G=31.87%
B=43.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341742380.440.2700.07216.9275.3672.94
Hex86AEEE2C1B07d94b49
Octal206256356543307331113111
Binary1000011010101110111011101011001101101111101100110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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