#87abef

Color #87ABEF Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #87ABEF

Tints of Jordy Blue #87ABEF

Color information

#87ABEF (or 0x87ABEF) is unknown color: approx Jordy Blue. HEX triplet: 87, AB and EF. RGB value is (135,171,239). Sum of RGB (Red+Green+Blue) = 135+171+239=545 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.77% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #87ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ABEF is #785410. Grayscale: #A7A7A7. Windows color (decimal): -7885841 or 15707015. OLE color: 15707015.

HSL color Cylindrical-coordinate representation of color #87ABEF: hue angle of 219.23º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87ABEF is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB135171239-
CMYK0.440.2800.06
HSL219.23º76.47%73.33%-
HSV(B)219.23º43.51%93.73%-
XYZ40.1340.5187.36-
YUV167.99168.07104.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.77%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=24.77%
G=31.38%
B=43.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1351712390.440.2800.06219.2376.4773.33
Hex87ABEF2C1C06db4c49
Octal207253357543406333114111
Binary1000011110101011111011111011001110001101101101110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87abef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,171,239); }

 H1.HeaderClassName
 {
   color: #87abef;
 }
 .AnyTagClassName
 {
   color: #87abef;
 }
</style>
background-color css

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

 a { background-color: rgb(135,171,239); }

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

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

 span { border-color: rgb(135,171,239); }

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