#87AFFC

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

Shades of Jordy Blue #87AFFC

Tints of Jordy Blue #87AFFC

Color information

#87AFFC (or 0x87AFFC) is unknown color: approx Jordy Blue. HEX triplet: 87, AF and FC. RGB value is (135,175,252). Sum of RGB (Red+Green+Blue) = 135+175+252=562 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.02% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #87AFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AFFC is #785003. Grayscale: #ABABAB. Windows color (decimal): -7884804 or 16560007. OLE color: 16560007.

HSL color Cylindrical-coordinate representation of color #87AFFC: hue angle of 219.49º 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 #87AFFC is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135175252-
CMYK0.460.3100.01
HSL219.49º95.12%75.88%-
HSV(B)219.49º46.43%98.82%-
XYZ42.8942.8498.1-
YUV171.82173.25101.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.02%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=24.02%
G=31.14%
B=44.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351752520.460.3100.01219.4995.1275.88
Hex87AFFC2E1F01db5f4c
Octal207257374563701333137114
Binary10000111101011111111110010111011111011101101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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