#86AAF5

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

Shades of Jordy Blue #86AAF5

Tints of Jordy Blue #86AAF5

Color information

#86AAF5 (or 0x86AAF5) is unknown color: approx Jordy Blue. HEX triplet: 86, AA and F5. RGB value is (134,170,245). Sum of RGB (Red+Green+Blue) = 134+170+245=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #86AAF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AAF5 is #79550A. Grayscale: #A7A7A7. Windows color (decimal): -7951627 or 16099974. OLE color: 16099974.

HSL color Cylindrical-coordinate representation of color #86AAF5: hue angle of 220.54º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86AAF5 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134170245-
CMYK0.450.3100.04
HSL220.54º84.73%74.31%-
HSV(B)220.54º45.31%96.08%-
XYZ40.6940.4192.04-
YUV167.79171.57103.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.41%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 245 (96.09% from 255) = 44.63%
R=24.41%
G=30.97%
B=44.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1341702450.450.3100.04220.5484.7374.31
Hex86AAF52D1F04dd554a
Octal206252365553704335125112
Binary1000011010101010111101011011011111101001101110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,170,245); }

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

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

 a { background-color: rgb(134,170,245); }

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

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

 span { border-color: rgb(134,170,245); }

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