Html Css Color HEX #87B1DA Jordy Blue

📋 copy color: '#87B1DA'

red 135 ◦ green 177 ◦ blue 218

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

Shades of Jordy Blue #87B1DA

Tints of Jordy Blue #87B1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 25.47%
G = 33.4%
B = 41.13%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#87B1DA (or 0x87B1DA) is known color: Jordy Blue. HEX triplet: 87, B1 and DA. RGB value is (135,177,218). Sum of RGB (Red+Green+Blue) = 135+177+218=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #87B1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B1DA is #784E25. Grayscale: #A8A8A8. Windows color (decimal): -7884326 or 14332295. OLE color: 14332295.

HSL color Cylindrical-coordinate representation of color #87B1DA: hue angle of 209.64º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87B1DA is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 177 218 -
CMYK 0.38 0.19 0 0.15
HSL 209.64º 0.53% 0.69% -
HSV(B) 209.64º 0.38% 0.85% -
XYZ 38.37 41.66 72.35 -
YUV 169.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 135 177 218 0.38 0.19 0 0.15 209.64 0.53 0.69
Hex 87 B1 DA 26 13 0 F D2 35 45
Octal 207 261 332 46 23 0 17 322 65 105
Binary 10000111 10110001 11011010 100110 10011 0 1111 11010010 110101 1000101

Color Harmonies of #87B1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B1DA

Black with #87B1DA

Text Example


Text Example

White with #87B1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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