#87B2DF

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

Shades of Jordy Blue #87B2DF

Tints of Jordy Blue #87B2DF

Color information

#87B2DF (or 0x87B2DF) is unknown color: approx Jordy Blue. HEX triplet: 87, B2 and DF. RGB value is (135,178,223). Sum of RGB (Red+Green+Blue) = 135+178+223=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #87B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B2DF is #784D20. Grayscale: #AAAAAA. Windows color (decimal): -7884065 or 14660231. OLE color: 14660231.

HSL color Cylindrical-coordinate representation of color #87B2DF: hue angle of 210.68º degrees, saturation: 0.58, 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 #87B2DF is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135178223-
CMYK0.390.2000.13
HSL210.68º57.89%70.2%-
HSV(B)210.68º39.46%87.45%-
XYZ39.2342.3275.91-
YUV170.27157.75102.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.19%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=25.19%
G=33.21%
B=41.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351782230.390.2000.13210.6857.8970.2
Hex87B2DF27140Dd33a46
Octal207262337472401532372106
Binary1000011110110010110111111001111010001101110100111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,178,223); }

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

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

 a { background-color: rgb(135,178,223); }

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

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

 span { border-color: rgb(135,178,223); }

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