Html Css Color HEX #87ABDA Jordy Blue

📋 copy color: '#87ABDA'

red 135 ◦ green 171 ◦ blue 218

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

Shades of Jordy Blue #87ABDA

Tints of Jordy Blue #87ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.63%

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

R = 25.76%
G = 32.63%
B = 41.6%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#87ABDA (or 0x87ABDA) is known color: Jordy Blue. HEX triplet: 87, AB and DA. RGB value is (135,171,218). Sum of RGB (Red+Green+Blue) = 135+171+218=524 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.76% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #87ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABDA is #785425. Grayscale: #A5A5A5. Windows color (decimal): -7885862 or 14330759. OLE color: 14330759.

HSL color Cylindrical-coordinate representation of color #87ABDA: hue angle of 213.98º 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 #87ABDA is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 171 218 -
CMYK 0.38 0.22 0 0.15
HSL 213.98º 0.53% 0.69% -
HSV(B) 213.98º 0.38% 0.85% -
XYZ 37.21 39.34 71.96 -
YUV 165.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 135 171 218 0.38 0.22 0 0.15 213.98 0.53 0.69
Hex 87 AB DA 26 16 0 F D6 35 45
Octal 207 253 332 46 26 0 17 326 65 105
Binary 10000111 10101011 11011010 100110 10110 0 1111 11010110 110101 1000101

Color Harmonies of #87ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ABDA

Black with #87ABDA

Text Example


Text Example

White with #87ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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