#86AEDC

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

Shades of Jordy Blue #86AEDC

Tints of Jordy Blue #86AEDC

Color information

#86AEDC (or 0x86AEDC) is unknown color: approx Jordy Blue. HEX triplet: 86, AE and DC. RGB value is (134,174,220). Sum of RGB (Red+Green+Blue) = 134+174+220=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #86AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AEDC is #795123. Grayscale: #A7A7A7. Windows color (decimal): -7950628 or 14462598. OLE color: 14462598.

HSL color Cylindrical-coordinate representation of color #86AEDC: hue angle of 212.09º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86AEDC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134174220-
CMYK0.390.2100.14
HSL212.09º55.13%69.41%-
HSV(B)212.09º39.09%86.27%-
XYZ37.8940.5173.53-
YUV167.28157.75104.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.38%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=25.38%
G=32.95%
B=41.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341742200.390.2100.14212.0955.1369.41
Hex86AEDC27150Ed43745
Octal206256334472501632467105
Binary1000011010101110110111001001111010101110110101001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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