#87B3DC

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

Shades of Jordy Blue #87B3DC

Tints of Jordy Blue #87B3DC

Color information

#87B3DC (or 0x87B3DC) is unknown color: approx Jordy Blue. HEX triplet: 87, B3 and DC. RGB value is (135,179,220). Sum of RGB (Red+Green+Blue) = 135+179+220=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #87B3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B3DC is #784C23. Grayscale: #AAAAAA. Windows color (decimal): -7883812 or 14463879. OLE color: 14463879.

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

Color convert

RGB135179220-
CMYK0.390.1900.14
HSL208.94º54.84%69.61%-
HSV(B)208.94º38.64%86.27%-
XYZ39.0342.5673.87-
YUV170.52155.92102.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 179 (70.31% from 255) = 33.52%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=25.28%
G=33.52%
B=41.20%

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
Decimal1351792200.390.1900.14208.9454.8469.61
Hex87B3DC27130Ed13746
Octal207263334472301632167106
Binary1000011110110011110111001001111001101110110100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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