#87B2F9

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

Shades of Jordy Blue #87B2F9

Tints of Jordy Blue #87B2F9

Color information

#87B2F9 (or 0x87B2F9) is unknown color: approx Jordy Blue. HEX triplet: 87, B2 and F9. RGB value is (135,178,249). Sum of RGB (Red+Green+Blue) = 135+178+249=562 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.02% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #87B2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87B2F9 is #784D06. Grayscale: #ACACAC. Windows color (decimal): -7884039 or 16364167. OLE color: 16364167.

HSL color Cylindrical-coordinate representation of color #87B2F9: hue angle of 217.37º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87B2F9 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135178249-
CMYK0.460.2900.02
HSL217.37º90.48%75.29%-
HSV(B)217.37º45.78%97.65%-
XYZ43.0143.8395.82-
YUV173.24170.75100.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.02%
GREEN value IS 178 (69.92% from 255) = 31.67%
BLUE value IS 249 (97.66% from 255) = 44.31%
R=24.02%
G=31.67%
B=44.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351782490.460.2900.02217.3790.4875.29
Hex87B2F92E1D02d95a4b
Octal207262371563502331132113
Binary100001111011001011111001101110111010101101100110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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