#87ADDC

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

Shades of Jordy Blue #87ADDC

Tints of Jordy Blue #87ADDC

Color information

#87ADDC (or 0x87ADDC) is unknown color: approx Jordy Blue. HEX triplet: 87, AD and DC. RGB value is (135,173,220). Sum of RGB (Red+Green+Blue) = 135+173+220=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #87ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADDC is #785223. Grayscale: #A6A6A6. Windows color (decimal): -7885348 or 14462343. OLE color: 14462343.

HSL color Cylindrical-coordinate representation of color #87ADDC: hue angle of 213.18º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87ADDC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135173220-
CMYK0.390.2100.14
HSL213.18º54.84%69.61%-
HSV(B)213.18º38.64%86.27%-
XYZ37.8540.2173.48-
YUV167157.91105.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.57%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=25.57%
G=32.77%
B=41.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351732200.390.2100.14213.1854.8469.61
Hex87ADDC27150Ed53746
Octal207255334472501632567106
Binary1000011110101101110111001001111010101110110101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,173,220); }

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

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

 a { background-color: rgb(135,173,220); }

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

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

 span { border-color: rgb(135,173,220); }

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