Html Css Color HEX #87B9E5 Jordy Blue

📋 copy color: '#87B9E5'

red 135 ◦ green 185 ◦ blue 229

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

Shades of Jordy Blue #87B9E5

Tints of Jordy Blue #87B9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.71%

R = 24.59%
G = 33.7%
B = 41.71%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#87B9E5 (or 0x87B9E5) is known color: Jordy Blue. HEX triplet: 87, B9 and E5. RGB value is (135,185,229). Sum of RGB (Red+Green+Blue) = 135+185+229=549 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.59% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #87B9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B9E5 is #78461A. Grayscale: #AEAEAE. Windows color (decimal): -7882267 or 15055239. OLE color: 15055239.

HSL color Cylindrical-coordinate representation of color #87B9E5: hue angle of 208.09º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87B9E5 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 135 185 229 -
CMYK 0.41 0.19 0 0.10
HSL 208.09º 0.64% 0.71% -
HSV(B) 208.09º 0.41% 0.9% -
XYZ 41.48 45.51 80.73 -
YUV 175.07 158.44 99.42 -
System Red Green Blue C M Y K H S L
Decimal 135 185 229 0.41 0.19 0 0.10 208.09 0.64 0.71
Hex 87 B9 E5 29 13 0 A D0 40 47
Octal 207 271 345 51 23 0 12 320 100 107
Binary 10000111 10111001 11100101 101001 10011 0 1010 11010000 1000000 1000111

Color Harmonies of #87B9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B9E5

Black with #87B9E5

Text Example


Text Example

White with #87B9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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