#87b7ef

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

Shades of Jordy Blue #87B7EF

Tints of Jordy Blue #87B7EF

Color information

#87B7EF (or 0x87B7EF) is unknown color: approx Jordy Blue. HEX triplet: 87, B7 and EF. RGB value is (135,183,239). Sum of RGB (Red+Green+Blue) = 135+183+239=557 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.24% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #87B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B7EF is #784810. Grayscale: #AEAEAE. Windows color (decimal): -7882769 or 15710087. OLE color: 15710087.

HSL color Cylindrical-coordinate representation of color #87B7EF: hue angle of 212.31º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87B7EF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB135183239-
CMYK0.440.2300.06
HSL212.31º76.47%73.33%-
HSV(B)212.31º43.51%93.73%-
XYZ42.5145.2588.16-
YUV175.03164.199.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.24%
GREEN value IS 183 (71.88% from 255) = 32.85%
BLUE value IS 239 (93.75% from 255) = 42.91%
R=24.24%
G=32.85%
B=42.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1351832390.440.2300.06212.3176.4773.33
Hex87B7EF2C1706d44c49
Octal207267357542706324114111
Binary1000011110110111111011111011001011101101101010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87b7ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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