Html Css Color HEX #87AADD Jordy Blue

📋 copy color: '#87AADD'

red 135 ◦ green 170 ◦ blue 221

#87AADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #87AADD

Tints of Jordy Blue #87AADD

RGB

 RED value IS 135 (53.13% from 255) = 25.67%

 GREEN value IS 170 (66.8% from 255) = 32.32%

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 25.67%
G = 32.32%
B = 42.02%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#87AADD (or 0x87AADD) is known color: Jordy Blue. HEX triplet: 87, AA and DD. RGB value is (135,170,221). Sum of RGB (Red+Green+Blue) = 135+170+221=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #87AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AADD is #785522. Grayscale: #A5A5A5. Windows color (decimal): -7886115 or 14527111. OLE color: 14527111.

HSL color Cylindrical-coordinate representation of color #87AADD: hue angle of 215.58º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87AADD is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 170 221 -
CMYK 0.39 0.23 0 0.13
HSL 215.58º 0.56% 0.7% -
HSV(B) 215.58º 0.39% 0.87% -
XYZ 37.42 39.12 73.99 -
YUV 165.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 135 170 221 0.39 0.23 0 0.13 215.58 0.56 0.7
Hex 87 AA DD 27 17 0 D D8 38 46
Octal 207 252 335 47 27 0 15 330 70 106
Binary 10000111 10101010 11011101 100111 10111 0 1101 11011000 111000 1000110

Color Harmonies of #87AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AADD

Black with #87AADD

Text Example


Text Example

White with #87AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,170,221); }

 H1.HeaderClassName
 {
   color: #87AADD;
 }
 .AnyTagClassName
 {
   color: #87AADD;
 }
</style>

background-color css

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

 a { background-color: rgb(135,170,221); }

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

border-color css

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

 span { border-color: rgb(135,170,221); }

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