#86A8DE

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

Shades of Jordy Blue #86A8DE

Tints of Jordy Blue #86A8DE

Color information

#86A8DE (or 0x86A8DE) is unknown color: approx Jordy Blue. HEX triplet: 86, A8 and DE. RGB value is (134,168,222). Sum of RGB (Red+Green+Blue) = 134+168+222=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #86A8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A8DE is #795721. Grayscale: #A3A3A3. Windows color (decimal): -7952162 or 14592134. OLE color: 14592134.

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

Color convert

RGB134168222-
CMYK0.400.2400.13
HSL216.82º57.14%69.8%-
HSV(B)216.82º39.64%87.06%-
XYZ37.0238.3574.56-
YUV163.99160.74106.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.57%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=25.57%
G=32.06%
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.13
SystemRedGreenBlueCMYKHSL
Decimal1341682220.400.2400.13216.8257.1469.8
Hex86A8DE28180Dd93946
Octal206250336503001533171106
Binary1000011010101000110111101010001100001101110110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,168,222); }

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

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

 a { background-color: rgb(134,168,222); }

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

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

 span { border-color: rgb(134,168,222); }

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