Html Css Color HEX #87B0E7 Jordy Blue

📋 copy color: '#87B0E7'

red 135 ◦ green 176 ◦ blue 231

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

Shades of Jordy Blue #87B0E7

Tints of Jordy Blue #87B0E7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.47%

 BLUE value IS 231 (90.63% from 255) = 42.62%

R = 24.91%
G = 32.47%
B = 42.62%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#87B0E7 (or 0x87B0E7) is known color: Jordy Blue. HEX triplet: 87, B0 and E7. RGB value is (135,176,231). Sum of RGB (Red+Green+Blue) = 135+176+231=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #87B0E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87B0E7 is #784F18. Grayscale: #A9A9A9. Windows color (decimal): -7884569 or 15184007. OLE color: 15184007.

HSL color Cylindrical-coordinate representation of color #87B0E7: hue angle of 214.38º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87B0E7 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 135 176 231 -
CMYK 0.42 0.24 0 0.09
HSL 214.38º 0.67% 0.72% -
HSV(B) 214.38º 0.42% 0.91% -
XYZ 39.94 41.97 81.6 -
YUV 170.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 135 176 231 0.42 0.24 0 0.09 214.38 0.67 0.72
Hex 87 B0 E7 2A 18 0 9 D6 43 48
Octal 207 260 347 52 30 0 11 326 103 110
Binary 10000111 10110000 11100111 101010 11000 0 1001 11010110 1000011 1001000

Color Harmonies of #87B0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B0E7

Black with #87B0E7

Text Example


Text Example

White with #87B0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,176,231); }

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

background-color css

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

 a { background-color: rgb(135,176,231); }

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

border-color css

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

 span { border-color: rgb(135,176,231); }

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