#87BADD

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

Shades of Jordy Blue #87BADD

Tints of Jordy Blue #87BADD

Color information

#87BADD (or 0x87BADD) is unknown color: approx Jordy Blue. HEX triplet: 87, BA and DD. RGB value is (135,186,221). Sum of RGB (Red+Green+Blue) = 135+186+221=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #87BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BADD is #784522. Grayscale: #AEAEAE. Windows color (decimal): -7882019 or 14531207. OLE color: 14531207.

HSL color Cylindrical-coordinate representation of color #87BADD: hue angle of 204.42º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87BADD is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135186221-
CMYK0.390.1600.13
HSL204.42º55.84%69.8%-
HSV(B)204.42º38.91%86.67%-
XYZ40.645.4975.05-
YUV174.74154.199.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.91%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=24.91%
G=34.32%
B=40.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351862210.390.1600.13204.4255.8469.8
Hex87BADD27100Dcc3846
Octal207272335472001531470106
Binary1000011110111010110111011001111000001101110011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,186,221); }

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

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

 a { background-color: rgb(135,186,221); }

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

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

 span { border-color: rgb(135,186,221); }

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