#87a6f4

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

Shades of Jordy Blue #87A6F4

Tints of Jordy Blue #87A6F4

Color information

#87A6F4 (or 0x87A6F4) is unknown color: approx Jordy Blue. HEX triplet: 87, A6 and F4. RGB value is (135,166,244). Sum of RGB (Red+Green+Blue) = 135+166+244=545 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.77% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #87A6F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A6F4 is #78590B. Grayscale: #A5A5A5. Windows color (decimal): -7887116 or 16033415. OLE color: 16033415.

HSL color Cylindrical-coordinate representation of color #87A6F4: hue angle of 222.94º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87A6F4 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB135166244-
CMYK0.450.3200.04
HSL222.94º83.21%74.31%-
HSV(B)222.94º44.67%95.69%-
XYZ39.9638.9591-
YUV165.62172.23106.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.77%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 244 (95.70% from 255) = 44.77%
R=24.77%
G=30.46%
B=44.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1351662440.450.3200.04222.9483.2174.31
Hex87A6F42D2004df534a
Octal207246364554004337123112
Binary10000111101001101111010010110110000001001101111110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87a6f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,166,244); }

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

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

 a { background-color: rgb(135,166,244); }

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

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

 span { border-color: rgb(135,166,244); }

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