Html Css Color HEX #87B7EA Jordy Blue

📋 copy color: '#87B7EA'

red 135 ◦ green 183 ◦ blue 234

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

Shades of Jordy Blue #87B7EA

Tints of Jordy Blue #87B7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.15%

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

R = 24.46%
G = 33.15%
B = 42.39%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#87B7EA (or 0x87B7EA) is known color: Jordy Blue. HEX triplet: 87, B7 and EA. RGB value is (135,183,234). Sum of RGB (Red+Green+Blue) = 135+183+234=552 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.46% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #87B7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B7EA is #784815. Grayscale: #AEAEAE. Windows color (decimal): -7882774 or 15382407. OLE color: 15382407.

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

Color convert

RGB 135 183 234 -
CMYK 0.42 0.22 0 0.08
HSL 210.91º 0.7% 0.72% -
HSV(B) 210.91º 0.42% 0.92% -
XYZ 41.78 44.96 84.32 -
YUV 174.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 135 183 234 0.42 0.22 0 0.08 210.91 0.7 0.72
Hex 87 B7 EA 2A 16 0 8 D3 46 48
Octal 207 267 352 52 26 0 10 323 106 110
Binary 10000111 10110111 11101010 101010 10110 0 1000 11010011 1000110 1001000

Color Harmonies of #87B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B7EA

Black with #87B7EA

Text Example


Text Example

White with #87B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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