#87BBE2

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

Shades of Jordy Blue #87BBE2

Tints of Jordy Blue #87BBE2

Color information

#87BBE2 (or 0x87BBE2) is unknown color: approx Jordy Blue. HEX triplet: 87, BB and E2. RGB value is (135,187,226). Sum of RGB (Red+Green+Blue) = 135+187+226=548 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.64% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 226 - color contains mainly: blue. Hex color #87BBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BBE2 is #78441D. Grayscale: #AFAFAF. Windows color (decimal): -7881758 or 14859143. OLE color: 14859143.

HSL color Cylindrical-coordinate representation of color #87BBE2: hue angle of 205.71º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87BBE2 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB135187226-
CMYK0.400.1700.11
HSL205.71º61.07%70.78%-
HSV(B)205.71º40.27%88.63%-
XYZ41.4946.1878.68-
YUV175.9156.2798.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.64%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 226 (88.67% from 255) = 41.24%
R=24.64%
G=34.12%
B=41.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1351872260.400.1700.11205.7161.0770.78
Hex87BBE228110Bce3d47
Octal207273342502101331675107
Binary1000011110111011111000101010001000101011110011101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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