#87B1EE

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

Shades of Jordy Blue #87B1EE

Tints of Jordy Blue #87B1EE

Color information

#87B1EE (or 0x87B1EE) is unknown color: approx Jordy Blue. HEX triplet: 87, B1 and EE. RGB value is (135,177,238). Sum of RGB (Red+Green+Blue) = 135+177+238=550 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.55% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #87B1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87B1EE is #784E11. Grayscale: #ABABAB. Windows color (decimal): -7884306 or 15643015. OLE color: 15643015.

HSL color Cylindrical-coordinate representation of color #87B1EE: hue angle of 215.53º degrees, saturation: 0.75, 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 #87B1EE is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135177238-
CMYK0.430.2600.07
HSL215.53º75.18%73.14%-
HSV(B)215.53º43.28%93.33%-
XYZ41.1542.7786.98-
YUV171.4165.59102.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.55%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=24.55%
G=32.18%
B=43.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351772380.430.2600.07215.5375.1873.14
Hex87B1EE2B1A07d84b49
Octal207261356533207330113111
Binary1000011110110001111011101010111101001111101100010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,177,238); }

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

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

 a { background-color: rgb(135,177,238); }

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

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

 span { border-color: rgb(135,177,238); }

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