Html Css Color HEX #87BADD Jordy Blue

📋 copy color: '#87BADD'

red 135 ◦ green 186 ◦ blue 221

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

Shades of Jordy Blue #87BADD

Tints of Jordy Blue #87BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.32%

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 24.91%
G = 34.32%
B = 40.77%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#87BADD (or 0x87BADD) is known color: Jordy Blue. HEX triplet: 87, BA and DD. RGB value is (135,186,221). Sum of RGB (Red+Green+Blue) = 135+186+221=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #87BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BADD is #784522. Grayscale: #AEAEAE. Windows color (decimal): -7882019 or 14531207. OLE color: 14531207.

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

Color convert

RGB 135 186 221 -
CMYK 0.39 0.16 0 0.13
HSL 204.42º 0.56% 0.7% -
HSV(B) 204.42º 0.39% 0.87% -
XYZ 40.6 45.49 75.05 -
YUV 174.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 135 186 221 0.39 0.16 0 0.13 204.42 0.56 0.7
Hex 87 BA DD 27 10 0 D CC 38 46
Octal 207 272 335 47 20 0 15 314 70 106
Binary 10000111 10111010 11011101 100111 10000 0 1101 11001100 111000 1000110

Color Harmonies of #87BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87BADD

Black with #87BADD

Text Example


Text Example

White with #87BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,186,221); }

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

background-color css

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

 a { background-color: rgb(135,186,221); }

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

border-color css

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

 span { border-color: rgb(135,186,221); }

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