#87B0FC

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

Shades of Jordy Blue #87B0FC

Tints of Jordy Blue #87B0FC

Color information

#87B0FC (or 0x87B0FC) is unknown color: approx Jordy Blue. HEX triplet: 87, B0 and FC. RGB value is (135,176,252). Sum of RGB (Red+Green+Blue) = 135+176+252=563 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.98% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #87B0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87B0FC is #784F03. Grayscale: #ACACAC. Windows color (decimal): -7884548 or 16560263. OLE color: 16560263.

HSL color Cylindrical-coordinate representation of color #87B0FC: hue angle of 218.97º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87B0FC is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135176252-
CMYK0.460.3000.01
HSL218.97º95.12%75.88%-
HSV(B)218.97º46.43%98.82%-
XYZ43.0943.2398.17-
YUV172.4172.92101.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.98%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=23.98%
G=31.26%
B=44.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351762520.460.3000.01218.9795.1275.88
Hex87B0FC2E1E01db5f4c
Octal207260374563601333137114
Binary10000111101100001111110010111011110011101101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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