#87B4DF

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

Shades of Jordy Blue #87B4DF

Tints of Jordy Blue #87B4DF

Color information

#87B4DF (or 0x87B4DF) is unknown color: approx Jordy Blue. HEX triplet: 87, B4 and DF. RGB value is (135,180,223). Sum of RGB (Red+Green+Blue) = 135+180+223=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 180 (70.70% from 255 or 33.46% 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 #87B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B4DF is #784B20. Grayscale: #ABABAB. Windows color (decimal): -7883553 or 14660743. OLE color: 14660743.

HSL color Cylindrical-coordinate representation of color #87B4DF: hue angle of 209.32º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87B4DF is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135180223-
CMYK0.390.1900.13
HSL209.32º57.89%70.2%-
HSV(B)209.32º39.46%87.45%-
XYZ39.6343.1276.05-
YUV171.45157.09102-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.09%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=25.09%
G=33.46%
B=41.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351802230.390.1900.13209.3257.8970.2
Hex87B4DF27130Dd13a46
Octal207264337472301532172106
Binary1000011110110100110111111001111001101101110100011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,180,223); }

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

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

 a { background-color: rgb(135,180,223); }

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

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

 span { border-color: rgb(135,180,223); }

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