#86B5DF

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

Shades of Jordy Blue #86B5DF

Tints of Jordy Blue #86B5DF

Color information

#86B5DF (or 0x86B5DF) is unknown color: approx Jordy Blue. HEX triplet: 86, B5 and DF. RGB value is (134,181,223). Sum of RGB (Red+Green+Blue) = 134+181+223=538 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.91% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #86B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B5DF is #794A20. Grayscale: #ABABAB. Windows color (decimal): -7948833 or 14660998. OLE color: 14660998.

HSL color Cylindrical-coordinate representation of color #86B5DF: hue angle of 208.31º degrees, saturation: 0.58, 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 #86B5DF is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134181223-
CMYK0.400.1900.13
HSL208.31º58.17%70%-
HSV(B)208.31º39.91%87.45%-
XYZ39.6743.4476.11-
YUV171.74156.93101.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.91%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=24.91%
G=33.64%
B=41.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341812230.400.1900.13208.3158.1770
Hex86B5DF28130Dd03a46
Octal206265337502301532072106
Binary1000011010110101110111111010001001101101110100001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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