#86A9F3

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

Shades of Jordy Blue #86A9F3

Tints of Jordy Blue #86A9F3

Color information

#86A9F3 (or 0x86A9F3) is unknown color: approx Jordy Blue. HEX triplet: 86, A9 and F3. RGB value is (134,169,243). Sum of RGB (Red+Green+Blue) = 134+169+243=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #86A9F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A9F3 is #79560C. Grayscale: #A6A6A6. Windows color (decimal): -7951885 or 15968646. OLE color: 15968646.

HSL color Cylindrical-coordinate representation of color #86A9F3: hue angle of 220.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86A9F3 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134169243-
CMYK0.450.3000.05
HSL220.73º81.95%73.92%-
HSV(B)220.73º44.86%95.29%-
XYZ40.239.9290.38-
YUV166.97170.9104.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.54%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 243 (95.31% from 255) = 44.51%
R=24.54%
G=30.95%
B=44.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1341692430.450.3000.05220.7381.9573.92
Hex86A9F32D1E05dd524a
Octal206251363553605335122112
Binary1000011010101001111100111011011111001011101110110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,169,243); }

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

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

 a { background-color: rgb(134,169,243); }

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

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

 span { border-color: rgb(134,169,243); }

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