#87AFED

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

Shades of Jordy Blue #87AFED

Tints of Jordy Blue #87AFED

Color information

#87AFED (or 0x87AFED) is unknown color: approx Jordy Blue. HEX triplet: 87, AF and ED. RGB value is (135,175,237). Sum of RGB (Red+Green+Blue) = 135+175+237=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #87AFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AFED is #785012. Grayscale: #A9A9A9. Windows color (decimal): -7884819 or 15576967. OLE color: 15576967.

HSL color Cylindrical-coordinate representation of color #87AFED: hue angle of 216.47º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87AFED is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135175237-
CMYK0.430.2600.07
HSL216.47º73.91%72.94%-
HSV(B)216.47º43.04%92.94%-
XYZ40.6141.9386.07-
YUV170.11165.75102.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.68%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=24.68%
G=31.99%
B=43.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351752370.430.2600.07216.4773.9172.94
Hex87AFED2B1A07d84a49
Octal207257355533207330112111
Binary1000011110101111111011011010111101001111101100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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