#86ABE5

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

Shades of Jordy Blue #86ABE5

Tints of Jordy Blue #86ABE5

Color information

#86ABE5 (or 0x86ABE5) is unknown color: approx Jordy Blue. HEX triplet: 86, AB and E5. RGB value is (134,171,229). Sum of RGB (Red+Green+Blue) = 134+171+229=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #86ABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABE5 is #79541A. Grayscale: #A6A6A6. Windows color (decimal): -7951387 or 15051654. OLE color: 15051654.

HSL color Cylindrical-coordinate representation of color #86ABE5: hue angle of 216.63º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86ABE5 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB134171229-
CMYK0.410.2500.10
HSL216.63º64.63%71.18%-
HSV(B)216.63º41.48%89.8%-
XYZ38.5439.8579.79-
YUV166.55163.24104.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.09%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 229 (89.84% from 255) = 42.88%
R=25.09%
G=32.02%
B=42.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1341712290.410.2500.10216.6364.6371.18
Hex86ABE529190Ad94147
Octal2062533455131012331101107
Binary10000110101010111110010110100111001010101101100110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86ABE5; }

 p { color: rgb(134,171,229); }

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

<style>
 a { background-color: #86ABE5; }

 a { background-color: rgb(134,171,229); }

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

<style>
 span { border-color: #86ABE5; }

 span { border-color: rgb(134,171,229); }

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