#87B4F1

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

Shades of Jordy Blue #87B4F1

Tints of Jordy Blue #87B4F1

Color information

#87B4F1 (or 0x87B4F1) is unknown color: approx Jordy Blue. HEX triplet: 87, B4 and F1. RGB value is (135,180,241). Sum of RGB (Red+Green+Blue) = 135+180+241=556 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.28% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #87B4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B4F1 is #784B0E. Grayscale: #ADADAD. Windows color (decimal): -7883535 or 15840391. OLE color: 15840391.

HSL color Cylindrical-coordinate representation of color #87B4F1: hue angle of 214.53º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87B4F1 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135180241-
CMYK0.440.2500.05
HSL214.53º79.1%73.73%-
HSV(B)214.53º43.98%94.51%-
XYZ42.1944.1489.52-
YUV173.5166.09100.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.28%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=24.28%
G=32.37%
B=43.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351802410.440.2500.05214.5379.173.73
Hex87B4F12C1905d74f4a
Octal207264361543105327117112
Binary1000011110110100111100011011001100101011101011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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