#86afef

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

Shades of Jordy Blue #86AFEF

Tints of Jordy Blue #86AFEF

Color information

#86AFEF (or 0x86AFEF) is unknown color: approx Jordy Blue. HEX triplet: 86, AF and EF. RGB value is (134,175,239). Sum of RGB (Red+Green+Blue) = 134+175+239=548 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.45% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #86AFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AFEF is #795010. Grayscale: #A9A9A9. Windows color (decimal): -7950353 or 15708038. OLE color: 15708038.

HSL color Cylindrical-coordinate representation of color #86AFEF: hue angle of 216.57º degrees, saturation: 0.77, 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 #86AFEF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134175239-
CMYK0.440.2700.06
HSL216.57º76.64%73.14%-
HSV(B)216.57º43.93%93.73%-
XYZ40.7441.9687.61-
YUV170.04166.92102.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.45%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 239 (93.75% from 255) = 43.61%
R=24.45%
G=31.93%
B=43.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341752390.440.2700.06216.5776.6473.14
Hex86AFEF2C1B06d94d49
Octal206257357543306331115111
Binary1000011010101111111011111011001101101101101100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86afef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,175,239); }

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

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

 a { background-color: rgb(134,175,239); }

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

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

 span { border-color: rgb(134,175,239); }

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