#87BAE0

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

Shades of Jordy Blue #87BAE0

Tints of Jordy Blue #87BAE0

Color information

#87BAE0 (or 0x87BAE0) is unknown color: approx Jordy Blue. HEX triplet: 87, BA and E0. RGB value is (135,186,224). Sum of RGB (Red+Green+Blue) = 135+186+224=545 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.77% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #87BAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BAE0 is #78451F. Grayscale: #AEAEAE. Windows color (decimal): -7882016 or 14727815. OLE color: 14727815.

HSL color Cylindrical-coordinate representation of color #87BAE0: hue angle of 205.62º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87BAE0 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135186224-
CMYK0.400.1700.12
HSL205.62º58.94%70.39%-
HSV(B)205.62º39.73%87.84%-
XYZ41.0145.6577.17-
YUV175.08155.699.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.77%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 224 (87.89% from 255) = 41.10%
R=24.77%
G=34.13%
B=41.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351862240.400.1700.12205.6258.9470.39
Hex87BAE028110Cce3b46
Octal207272340502101431673106
Binary1000011110111010111000001010001000101100110011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,186,224); }

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

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

 a { background-color: rgb(135,186,224); }

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

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

 span { border-color: rgb(135,186,224); }

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