Html Css Color HEX #87B1DF Jordy Blue

📋 copy color: '#87B1DF'

red 135 ◦ green 177 ◦ blue 223

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

Shades of Jordy Blue #87B1DF

Tints of Jordy Blue #87B1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.08%

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 25.23%
G = 33.08%
B = 41.68%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#87B1DF (or 0x87B1DF) is known color: Jordy Blue. HEX triplet: 87, B1 and DF. RGB value is (135,177,223). Sum of RGB (Red+Green+Blue) = 135+177+223=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #87B1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B1DF is #784E20. Grayscale: #A9A9A9. Windows color (decimal): -7884321 or 14659975. OLE color: 14659975.

HSL color Cylindrical-coordinate representation of color #87B1DF: hue angle of 211.36º degrees, saturation: 0.58, 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 #87B1DF is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 177 223 -
CMYK 0.39 0.21 0 0.13
HSL 211.36º 0.58% 0.7% -
HSV(B) 211.36º 0.39% 0.87% -
XYZ 39.03 41.92 75.85 -
YUV 169.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 135 177 223 0.39 0.21 0 0.13 211.36 0.58 0.7
Hex 87 B1 DF 27 15 0 D D3 3A 46
Octal 207 261 337 47 25 0 15 323 72 106
Binary 10000111 10110001 11011111 100111 10101 0 1101 11010011 111010 1000110

Color Harmonies of #87B1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B1DF

Black with #87B1DF

Text Example


Text Example

White with #87B1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,177,223); }

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

background-color css

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

 a { background-color: rgb(135,177,223); }

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

border-color css

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

 span { border-color: rgb(135,177,223); }

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