#86B6DC

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

Shades of Jordy Blue #86B6DC

Tints of Jordy Blue #86B6DC

Color information

#86B6DC (or 0x86B6DC) is unknown color: approx Jordy Blue. HEX triplet: 86, B6 and DC. RGB value is (134,182,220). Sum of RGB (Red+Green+Blue) = 134+182+220=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #86B6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B6DC is #794923. Grayscale: #ABABAB. Windows color (decimal): -7948580 or 14464646. OLE color: 14464646.

HSL color Cylindrical-coordinate representation of color #86B6DC: hue angle of 206.51º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86B6DC is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134182220-
CMYK0.390.1700.14
HSL206.51º55.13%69.41%-
HSV(B)206.51º39.09%86.27%-
XYZ39.4843.6974.06-
YUV171.98155.1100.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=25%
G=33.96%
B=41.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341822200.390.1700.14206.5155.1369.41
Hex86B6DC27110Ecf3745
Octal206266334472101631767105
Binary1000011010110110110111001001111000101110110011111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,182,220); }

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

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

 a { background-color: rgb(134,182,220); }

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

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

 span { border-color: rgb(134,182,220); }

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