#86B2DC

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

Shades of Jordy Blue #86B2DC

Tints of Jordy Blue #86B2DC

Color information

#86B2DC (or 0x86B2DC) is unknown color: approx Jordy Blue. HEX triplet: 86, B2 and DC. RGB value is (134,178,220). Sum of RGB (Red+Green+Blue) = 134+178+220=532 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.19% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #86B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B2DC is #794D23. Grayscale: #A9A9A9. Windows color (decimal): -7949604 or 14463622. OLE color: 14463622.

HSL color Cylindrical-coordinate representation of color #86B2DC: hue angle of 209.3º 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 #86B2DC is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134178220-
CMYK0.390.1900.14
HSL209.3º55.13%69.41%-
HSV(B)209.3º39.09%86.27%-
XYZ38.6742.0873.79-
YUV169.63156.42102.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.19%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=25.19%
G=33.46%
B=41.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341782200.390.1900.14209.355.1369.41
Hex86B2DC27130Ed13745
Octal206262334472301632167105
Binary1000011010110010110111001001111001101110110100011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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