#87B7EC

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

Shades of Jordy Blue #87B7EC

Tints of Jordy Blue #87B7EC

Color information

#87B7EC (or 0x87B7EC) is unknown color: approx Jordy Blue. HEX triplet: 87, B7 and EC. RGB value is (135,183,236). Sum of RGB (Red+Green+Blue) = 135+183+236=554 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.37% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #87B7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B7EC is #784813. Grayscale: #AEAEAE. Windows color (decimal): -7882772 or 15513479. OLE color: 15513479.

HSL color Cylindrical-coordinate representation of color #87B7EC: hue angle of 211.49º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87B7EC is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135183236-
CMYK0.430.2200.07
HSL211.49º72.66%72.75%-
HSV(B)211.49º42.8%92.55%-
XYZ42.0745.0785.84-
YUV174.69162.699.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.37%
GREEN value IS 183 (71.88% from 255) = 33.03%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=24.37%
G=33.03%
B=42.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351832360.430.2200.07211.4972.6672.75
Hex87B7EC2B1607d34949
Octal207267354532607323111111
Binary1000011110110111111011001010111011001111101001110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,183,236); }

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

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

 a { background-color: rgb(135,183,236); }

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

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

 span { border-color: rgb(135,183,236); }

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