#87AFE9

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

Shades of Jordy Blue #87AFE9

Tints of Jordy Blue #87AFE9

Color information

#87AFE9 (or 0x87AFE9) is unknown color: approx Jordy Blue. HEX triplet: 87, AF and E9. RGB value is (135,175,233). Sum of RGB (Red+Green+Blue) = 135+175+233=543 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.86% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #87AFE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AFE9 is #785016. Grayscale: #A9A9A9. Windows color (decimal): -7884823 or 15314823. OLE color: 15314823.

HSL color Cylindrical-coordinate representation of color #87AFE9: hue angle of 215.51º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87AFE9 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB135175233-
CMYK0.420.2500.09
HSL215.51º69.01%72.16%-
HSV(B)215.51º42.06%91.37%-
XYZ40.0341.6983.03-
YUV169.65163.75103.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.86%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 233 (91.41% from 255) = 42.91%
R=24.86%
G=32.23%
B=42.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1351752330.420.2500.09215.5169.0172.16
Hex87AFE92A1909d84548
Octal2072573515231011330105110
Binary10000111101011111110100110101011001010011101100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,175,233); }

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

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

 a { background-color: rgb(135,175,233); }

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

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

 span { border-color: rgb(135,175,233); }

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