Html Css Color HEX #87B9EF Jordy Blue

📋 copy color: '#87B9EF'

red 135 ◦ green 185 ◦ blue 239

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

Shades of Jordy Blue #87B9EF

Tints of Jordy Blue #87B9EF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.09%

 BLUE value IS 239 (93.75% from 255) = 42.75%

R = 24.15%
G = 33.09%
B = 42.75%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#87B9EF (or 0x87B9EF) is known color: Jordy Blue. HEX triplet: 87, B9 and EF. RGB value is (135,185,239). Sum of RGB (Red+Green+Blue) = 135+185+239=559 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.15% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #87B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B9EF is #784610. Grayscale: #AFAFAF. Windows color (decimal): -7882257 or 15710599. OLE color: 15710599.

HSL color Cylindrical-coordinate representation of color #87B9EF: hue angle of 211.15º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87B9EF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 185 239 -
CMYK 0.44 0.23 0 0.06
HSL 211.15º 0.76% 0.73% -
HSV(B) 211.15º 0.44% 0.94% -
XYZ 42.92 46.08 88.29 -
YUV 176.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 135 185 239 0.44 0.23 0 0.06 211.15 0.76 0.73
Hex 87 B9 EF 2C 17 0 6 D3 4C 49
Octal 207 271 357 54 27 0 6 323 114 111
Binary 10000111 10111001 11101111 101100 10111 0 110 11010011 1001100 1001001

Color Harmonies of #87B9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B9EF

Black with #87B9EF

Text Example


Text Example

White with #87B9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,185,239); }

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

background-color css

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

 a { background-color: rgb(135,185,239); }

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

border-color css

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

 span { border-color: rgb(135,185,239); }

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