#86ABF5

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

Shades of Jordy Blue #86ABF5

Tints of Jordy Blue #86ABF5

Color information

#86ABF5 (or 0x86ABF5) is unknown color: approx Jordy Blue. HEX triplet: 86, AB and F5. RGB value is (134,171,245). Sum of RGB (Red+Green+Blue) = 134+171+245=550 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.36% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 245 (96.09% from 255 or 44.55% from 550); Max value from RGB is 245 - color contains mainly: blue. Hex color #86ABF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ABF5 is #79540A. Grayscale: #A8A8A8. Windows color (decimal): -7951371 or 16100230. OLE color: 16100230.

HSL color Cylindrical-coordinate representation of color #86ABF5: hue angle of 220º 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 #86ABF5 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134171245-
CMYK0.450.3000.04
HSL220º84.73%74.31%-
HSV(B)220º45.31%96.08%-
XYZ40.8840.7992.1-
YUV168.37171.24103.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.36%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 245 (96.09% from 255) = 44.55%
R=24.36%
G=31.09%
B=44.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1341712450.450.3000.0422084.7374.31
Hex86ABF52D1E04dc554a
Octal206253365553604334125112
Binary1000011010101011111101011011011111001001101110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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