Html Css Color HEX #87ACDB Jordy Blue

📋 copy color: '#87ACDB'

red 135 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #87ACDB

Tints of Jordy Blue #87ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.7%

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 25.67%
G = 32.7%
B = 41.63%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#87ACDB (or 0x87ACDB) is known color: Jordy Blue. HEX triplet: 87, AC and DB. RGB value is (135,172,219). Sum of RGB (Red+Green+Blue) = 135+172+219=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #87ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACDB is #785324. Grayscale: #A6A6A6. Windows color (decimal): -7885605 or 14396551. OLE color: 14396551.

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

Color convert

RGB 135 172 219 -
CMYK 0.38 0.21 0 0.14
HSL 213.57º 0.54% 0.69% -
HSV(B) 213.57º 0.38% 0.86% -
XYZ 37.53 39.77 72.72 -
YUV 166.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 135 172 219 0.38 0.21 0 0.14 213.57 0.54 0.69
Hex 87 AC DB 26 15 0 E D6 36 45
Octal 207 254 333 46 25 0 16 326 66 105
Binary 10000111 10101100 11011011 100110 10101 0 1110 11010110 110110 1000101

Color Harmonies of #87ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACDB

Black with #87ACDB

Text Example


Text Example

White with #87ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,172,219); }

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

background-color css

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

 a { background-color: rgb(135,172,219); }

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

border-color css

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

 span { border-color: rgb(135,172,219); }

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