Html Css Color HEX #87ADDA Jordy Blue

📋 copy color: '#87ADDA'

red 135 ◦ green 173 ◦ blue 218

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

Shades of Jordy Blue #87ADDA

Tints of Jordy Blue #87ADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.89%

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 25.67%
G = 32.89%
B = 41.44%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#87ADDA (or 0x87ADDA) is known color: Jordy Blue. HEX triplet: 87, AD and DA. RGB value is (135,173,218). Sum of RGB (Red+Green+Blue) = 135+173+218=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #87ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADDA is #785225. Grayscale: #A6A6A6. Windows color (decimal): -7885350 or 14331271. OLE color: 14331271.

HSL color Cylindrical-coordinate representation of color #87ADDA: hue angle of 212.53º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87ADDA is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 173 218 -
CMYK 0.38 0.21 0 0.15
HSL 212.53º 0.53% 0.69% -
HSV(B) 212.53º 0.38% 0.85% -
XYZ 37.59 40.1 72.09 -
YUV 166.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 135 173 218 0.38 0.21 0 0.15 212.53 0.53 0.69
Hex 87 AD DA 26 15 0 F D5 35 45
Octal 207 255 332 46 25 0 17 325 65 105
Binary 10000111 10101101 11011010 100110 10101 0 1111 11010101 110101 1000101

Color Harmonies of #87ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ADDA

Black with #87ADDA

Text Example


Text Example

White with #87ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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