#87B4EF

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

Shades of Jordy Blue #87B4EF

Tints of Jordy Blue #87B4EF

Color information

#87B4EF (or 0x87B4EF) is unknown color: approx Jordy Blue. HEX triplet: 87, B4 and EF. RGB value is (135,180,239). Sum of RGB (Red+Green+Blue) = 135+180+239=554 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.37% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #87B4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B4EF is #784B10. Grayscale: #ACACAC. Windows color (decimal): -7883537 or 15709319. OLE color: 15709319.

HSL color Cylindrical-coordinate representation of color #87B4EF: hue angle of 214.04º 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 #87B4EF is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB135180239-
CMYK0.440.2500.06
HSL214.04º76.47%73.33%-
HSV(B)214.04º43.51%93.73%-
XYZ41.8944.0387.95-
YUV173.27165.09100.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.37%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 239 (93.75% from 255) = 43.14%
R=24.37%
G=32.49%
B=43.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1351802390.440.2500.06214.0476.4773.33
Hex87B4EF2C1906d64c49
Octal207264357543106326114111
Binary1000011110110100111011111011001100101101101011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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