#87B0EE

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

Shades of Jordy Blue #87B0EE

Tints of Jordy Blue #87B0EE

Color information

#87B0EE (or 0x87B0EE) is unknown color: approx Jordy Blue. HEX triplet: 87, B0 and EE. RGB value is (135,176,238). Sum of RGB (Red+Green+Blue) = 135+176+238=549 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.59% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #87B0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87B0EE is #784F11. Grayscale: #AAAAAA. Windows color (decimal): -7884562 or 15642759. OLE color: 15642759.

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

Color convert

RGB135176238-
CMYK0.430.2600.07
HSL216.12º75.18%73.14%-
HSV(B)216.12º43.28%93.33%-
XYZ40.9542.3786.91-
YUV170.81165.92102.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.59%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=24.59%
G=32.06%
B=43.35%

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
Decimal1351762380.430.2600.07216.1275.1873.14
Hex87B0EE2B1A07d84b49
Octal207260356533207330113111
Binary1000011110110000111011101010111101001111101100010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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