#87B9DE

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

Shades of Jordy Blue #87B9DE

Tints of Jordy Blue #87B9DE

Color information

#87B9DE (or 0x87B9DE) is unknown color: approx Jordy Blue. HEX triplet: 87, B9 and DE. RGB value is (135,185,222). Sum of RGB (Red+Green+Blue) = 135+185+222=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #87B9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B9DE is #784621. Grayscale: #AEAEAE. Windows color (decimal): -7882274 or 14596487. OLE color: 14596487.

HSL color Cylindrical-coordinate representation of color #87B9DE: hue angle of 205.52º degrees, saturation: 0.57, 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 #87B9DE is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135185222-
CMYK0.390.1700.13
HSL205.52º56.86%70%-
HSV(B)205.52º39.19%87.06%-
XYZ40.5345.1275.68-
YUV174.27154.9499.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.91%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=24.91%
G=34.13%
B=40.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351852220.390.1700.13205.5256.8670
Hex87B9DE27110Dce3946
Octal207271336472101531671106
Binary1000011110111001110111101001111000101101110011101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,185,222); }

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

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

 a { background-color: rgb(135,185,222); }

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

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

 span { border-color: rgb(135,185,222); }

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