#86B5D8

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

Shades of Jordy Blue #86B5D8

Tints of Jordy Blue #86B5D8

Color information

#86B5D8 (or 0x86B5D8) is unknown color: approx Jordy Blue. HEX triplet: 86, B5 and D8. RGB value is (134,181,216). Sum of RGB (Red+Green+Blue) = 134+181+216=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #86B5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B5D8 is #794A27. Grayscale: #AAAAAA. Windows color (decimal): -7948840 or 14202246. OLE color: 14202246.

HSL color Cylindrical-coordinate representation of color #86B5D8: hue angle of 205.61º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86B5D8 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB134181216-
CMYK0.380.1600.15
HSL205.61º51.25%68.63%-
HSV(B)205.61º37.96%84.71%-
XYZ38.7543.0771.24-
YUV170.94153.43101.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.24%
GREEN value IS 181 (71.09% from 255) = 34.09%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=25.24%
G=34.09%
B=40.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1341812160.380.1600.15205.6151.2568.63
Hex86B5D826100Fce3345
Octal206265330462001731663105
Binary1000011010110101110110001001101000001111110011101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,181,216); }

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

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

 a { background-color: rgb(134,181,216); }

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

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

 span { border-color: rgb(134,181,216); }

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