#87B8E1

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

Shades of Jordy Blue #87B8E1

Tints of Jordy Blue #87B8E1

Color information

#87B8E1 (or 0x87B8E1) is unknown color: approx Jordy Blue. HEX triplet: 87, B8 and E1. RGB value is (135,184,225). Sum of RGB (Red+Green+Blue) = 135+184+225=544 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.82% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #87B8E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B8E1 is #78471E. Grayscale: #ADADAD. Windows color (decimal): -7882527 or 14792839. OLE color: 14792839.

HSL color Cylindrical-coordinate representation of color #87B8E1: hue angle of 207.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87B8E1 is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135184225-
CMYK0.40.1800.12
HSL207.33º60%70.59%-
HSV(B)207.33º40%88.24%-
XYZ40.7244.8777.75-
YUV174.02156.77100.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.82%
GREEN value IS 184 (72.27% from 255) = 33.82%
BLUE value IS 225 (88.28% from 255) = 41.36%
R=24.82%
G=33.82%
B=41.36%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351842250.40.1800.12207.336070.59
Hex87B8E128120Ccf3c47
Octal207270341502201431774107
Binary1000011110111000111000011010001001001100110011111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,184,225); }

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

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

 a { background-color: rgb(135,184,225); }

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

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

 span { border-color: rgb(135,184,225); }

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