Html Css Color HEX #87A6EA Jordy Blue

📋 copy color: '#87A6EA'

red 135 ◦ green 166 ◦ blue 234

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

Shades of Jordy Blue #87A6EA

Tints of Jordy Blue #87A6EA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.03%

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 25.23%
G = 31.03%
B = 43.74%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#87A6EA (or 0x87A6EA) is known color: Jordy Blue. HEX triplet: 87, A6 and EA. RGB value is (135,166,234). Sum of RGB (Red+Green+Blue) = 135+166+234=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #87A6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A6EA is #785915. Grayscale: #A4A4A4. Windows color (decimal): -7887126 or 15378055. OLE color: 15378055.

HSL color Cylindrical-coordinate representation of color #87A6EA: hue angle of 221.21º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87A6EA is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 166 234 -
CMYK 0.42 0.29 0 0.08
HSL 221.21º 0.7% 0.72% -
HSV(B) 221.21º 0.42% 0.92% -
XYZ 38.48 38.36 83.22 -
YUV 164.48 167.23 106.97 -
System Red Green Blue C M Y K H S L
Decimal 135 166 234 0.42 0.29 0 0.08 221.21 0.7 0.72
Hex 87 A6 EA 2A 1D 0 8 DD 46 48
Octal 207 246 352 52 35 0 10 335 106 110
Binary 10000111 10100110 11101010 101010 11101 0 1000 11011101 1000110 1001000

Color Harmonies of #87A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A6EA

Black with #87A6EA

Text Example


Text Example

White with #87A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,166,234); }

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

background-color css

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

 a { background-color: rgb(135,166,234); }

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

border-color css

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

 span { border-color: rgb(135,166,234); }

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