#86ABFC

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

Shades of Jordy Blue #86ABFC

Tints of Jordy Blue #86ABFC

Color information

#86ABFC (or 0x86ABFC) is unknown color: approx Jordy Blue. HEX triplet: 86, AB and FC. RGB value is (134,171,252). Sum of RGB (Red+Green+Blue) = 134+171+252=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #86ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ABFC is #795403. Grayscale: #A8A8A8. Windows color (decimal): -7951364 or 16558982. OLE color: 16558982.

HSL color Cylindrical-coordinate representation of color #86ABFC: hue angle of 221.19º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86ABFC is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB134171252-
CMYK0.470.3200.01
HSL221.19º95.16%75.69%-
HSV(B)221.19º46.83%98.82%-
XYZ41.9741.2297.84-
YUV169.17174.74102.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.06%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 252 (98.83% from 255) = 45.24%
R=24.06%
G=30.70%
B=45.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341712520.470.3200.01221.1995.1675.69
Hex86ABFC2F2001dd5f4c
Octal206253374574001335137114
Binary100001101010101111111100101111100000011101110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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