#86ACE1

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

Shades of Jordy Blue #86ACE1

Tints of Jordy Blue #86ACE1

Color information

#86ACE1 (or 0x86ACE1) is unknown color: approx Jordy Blue. HEX triplet: 86, AC and E1. RGB value is (134,172,225). Sum of RGB (Red+Green+Blue) = 134+172+225=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #86ACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACE1 is #79531E. Grayscale: #A6A6A6. Windows color (decimal): -7951135 or 14789766. OLE color: 14789766.

HSL color Cylindrical-coordinate representation of color #86ACE1: hue angle of 214.95º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86ACE1 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134172225-
CMYK0.400.2400.12
HSL214.95º60.26%70.39%-
HSV(B)214.95º40.44%88.24%-
XYZ38.1740.0176.94-
YUV166.68160.91104.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.24%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=25.24%
G=32.39%
B=42.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341722250.400.2400.12214.9560.2670.39
Hex86ACE128180Cd73c46
Octal206254341503001432774106
Binary1000011010101100111000011010001100001100110101111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,172,225); }

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

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

 a { background-color: rgb(134,172,225); }

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

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

 span { border-color: rgb(134,172,225); }

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