#86ACED

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

Shades of Jordy Blue #86ACED

Tints of Jordy Blue #86ACED

Color information

#86ACED (or 0x86ACED) is unknown color: approx Jordy Blue. HEX triplet: 86, AC and ED. RGB value is (134,172,237). Sum of RGB (Red+Green+Blue) = 134+172+237=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #86ACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ACED is #795312. Grayscale: #A7A7A7. Windows color (decimal): -7951123 or 15576198. OLE color: 15576198.

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

Color convert

RGB134172237-
CMYK0.430.2700.07
HSL217.86º74.1%72.75%-
HSV(B)217.86º43.46%92.94%-
XYZ39.8740.6985.87-
YUV168.05166.91103.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.68%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=24.68%
G=31.68%
B=43.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341722370.430.2700.07217.8674.172.75
Hex86ACED2B1B07da4a49
Octal206254355533307332112111
Binary1000011010101100111011011010111101101111101101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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