Html Css Color HEX #87B9E0 Jordy Blue

📋 copy color: '#87B9E0'

red 135 ◦ green 185 ◦ blue 224

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

Shades of Jordy Blue #87B9E0

Tints of Jordy Blue #87B9E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.18%

R = 24.82%
G = 34.01%
B = 41.18%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#87B9E0 (or 0x87B9E0) is known color: Jordy Blue. HEX triplet: 87, B9 and E0. RGB value is (135,185,224). Sum of RGB (Red+Green+Blue) = 135+185+224=544 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.82% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #87B9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B9E0 is #78461F. Grayscale: #AEAEAE. Windows color (decimal): -7882272 or 14727559. OLE color: 14727559.

HSL color Cylindrical-coordinate representation of color #87B9E0: hue angle of 206.29º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87B9E0 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 185 224 -
CMYK 0.40 0.17 0 0.12
HSL 206.29º 0.59% 0.7% -
HSV(B) 206.29º 0.4% 0.88% -
XYZ 40.8 45.23 77.1 -
YUV 174.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 135 185 224 0.40 0.17 0 0.12 206.29 0.59 0.7
Hex 87 B9 E0 28 11 0 C CE 3B 46
Octal 207 271 340 50 21 0 14 316 73 106
Binary 10000111 10111001 11100000 101000 10001 0 1100 11001110 111011 1000110

Color Harmonies of #87B9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B9E0

Black with #87B9E0

Text Example


Text Example

White with #87B9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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