Html Css Color HEX #87AEDB Jordy Blue

📋 copy color: '#87AEDB'

red 135 ◦ green 174 ◦ blue 219

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

Shades of Jordy Blue #87AEDB

Tints of Jordy Blue #87AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.95%

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

R = 25.57%
G = 32.95%
B = 41.48%

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

#87AEDB (or 0x87AEDB) is known color: Jordy Blue. HEX triplet: 87, AE and DB. RGB value is (135,174,219). Sum of RGB (Red+Green+Blue) = 135+174+219=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #87AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AEDB is #785124. Grayscale: #A7A7A7. Windows color (decimal): -7885093 or 14397063. OLE color: 14397063.

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

Color convert

RGB 135 174 219 -
CMYK 0.38 0.21 0 0.14
HSL 212.14º 0.54% 0.69% -
HSV(B) 212.14º 0.38% 0.86% -
XYZ 37.91 40.54 72.84 -
YUV 167.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 135 174 219 0.38 0.21 0 0.14 212.14 0.54 0.69
Hex 87 AE DB 26 15 0 E D4 36 45
Octal 207 256 333 46 25 0 16 324 66 105
Binary 10000111 10101110 11011011 100110 10101 0 1110 11010100 110110 1000101

Color Harmonies of #87AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AEDB

Black with #87AEDB

Text Example


Text Example

White with #87AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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