#87BBE1

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

Shades of Jordy Blue #87BBE1

Tints of Jordy Blue #87BBE1

Color information

#87BBE1 (or 0x87BBE1) is unknown color: approx Jordy Blue. HEX triplet: 87, BB and E1. RGB value is (135,187,225). Sum of RGB (Red+Green+Blue) = 135+187+225=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #87BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BBE1 is #78441E. Grayscale: #AFAFAF. Windows color (decimal): -7881759 or 14793607. OLE color: 14793607.

HSL color Cylindrical-coordinate representation of color #87BBE1: hue angle of 205.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 #87BBE1 is Cyan = 0.4, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135187225-
CMYK0.40.1700.12
HSL205.33º60%70.59%-
HSV(B)205.33º40%88.24%-
XYZ41.3546.1377.96-
YUV175.78155.7798.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.68%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 225 (88.28% from 255) = 41.13%
R=24.68%
G=34.19%
B=41.13%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351872250.40.1700.12205.336070.59
Hex87BBE128110Ccd3c47
Octal207273341502101431574107
Binary1000011110111011111000011010001000101100110011011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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