Html Css Color HEX #87B8DC Jordy Blue

📋 copy color: '#87B8DC'

red 135 ◦ green 184 ◦ blue 220

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

Shades of Jordy Blue #87B8DC

Tints of Jordy Blue #87B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.14%

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 25.05%
G = 34.14%
B = 40.82%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#87B8DC (or 0x87B8DC) is known color: Jordy Blue. HEX triplet: 87, B8 and DC. RGB value is (135,184,220). Sum of RGB (Red+Green+Blue) = 135+184+220=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #87B8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87B8DC is #784723. Grayscale: #ADADAD. Windows color (decimal): -7882532 or 14465159. OLE color: 14465159.

HSL color Cylindrical-coordinate representation of color #87B8DC: hue angle of 205.41º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87B8DC is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 184 220 -
CMYK 0.39 0.16 0 0.14
HSL 205.41º 0.55% 0.7% -
HSV(B) 205.41º 0.39% 0.86% -
XYZ 40.05 44.6 74.21 -
YUV 173.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 135 184 220 0.39 0.16 0 0.14 205.41 0.55 0.7
Hex 87 B8 DC 27 10 0 E CD 37 46
Octal 207 270 334 47 20 0 16 315 67 106
Binary 10000111 10111000 11011100 100111 10000 0 1110 11001101 110111 1000110

Color Harmonies of #87B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B8DC

Black with #87B8DC

Text Example


Text Example

White with #87B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,184,220); }

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

background-color css

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

 a { background-color: rgb(135,184,220); }

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

border-color css

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

 span { border-color: rgb(135,184,220); }

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