Html Css Color HEX #87B9DE Jordy Blue

📋 copy color: '#87B9DE'

red 135 ◦ green 185 ◦ blue 222

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

Shades of Jordy Blue #87B9DE

Tints of Jordy Blue #87B9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 24.91%
G = 34.13%
B = 40.96%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#87B9DE (or 0x87B9DE) is known color: Jordy Blue. HEX triplet: 87, B9 and DE. RGB value is (135,185,222). Sum of RGB (Red+Green+Blue) = 135+185+222=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #87B9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B9DE is #784621. Grayscale: #AEAEAE. Windows color (decimal): -7882274 or 14596487. OLE color: 14596487.

HSL color Cylindrical-coordinate representation of color #87B9DE: hue angle of 205.52º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87B9DE is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 185 222 -
CMYK 0.39 0.17 0 0.13
HSL 205.52º 0.57% 0.7% -
HSV(B) 205.52º 0.39% 0.87% -
XYZ 40.53 45.12 75.68 -
YUV 174.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 135 185 222 0.39 0.17 0 0.13 205.52 0.57 0.7
Hex 87 B9 DE 27 11 0 D CE 39 46
Octal 207 271 336 47 21 0 15 316 71 106
Binary 10000111 10111001 11011110 100111 10001 0 1101 11001110 111001 1000110

Color Harmonies of #87B9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B9DE

Black with #87B9DE

Text Example


Text Example

White with #87B9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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