#87B6DC

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

Shades of Jordy Blue #87B6DC

Tints of Jordy Blue #87B6DC

Color information

#87B6DC (or 0x87B6DC) is unknown color: approx Jordy Blue. HEX triplet: 87, B6 and DC. RGB value is (135,182,220). Sum of RGB (Red+Green+Blue) = 135+182+220=537 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.14% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #87B6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B6DC is #784923. Grayscale: #ACACAC. Windows color (decimal): -7883044 or 14464647. OLE color: 14464647.

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

Color convert

RGB135182220-
CMYK0.390.1700.14
HSL206.82º54.84%69.61%-
HSV(B)206.82º38.64%86.27%-
XYZ39.6443.7774.07-
YUV172.28154.93101.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.14%
GREEN value IS 182 (71.48% from 255) = 33.89%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=25.14%
G=33.89%
B=40.97%

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
Decimal1351822200.390.1700.14206.8254.8469.61
Hex87B6DC27110Ecf3746
Octal207266334472101631767106
Binary1000011110110110110111001001111000101110110011111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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